2021-02-21 00:58:18 +01:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
2021-02-20 23:39:03 +01:00
|
|
|
cd /repo
|
2021-02-21 00:58:18 +01:00
|
|
|
|
|
|
|
# Make packages
|
2021-02-20 23:39:03 +01:00
|
|
|
pushd ../packages/python
|
2021-02-21 00:58:18 +01:00
|
|
|
make build VERSIONS=3.9.1
|
2021-02-20 23:39:03 +01:00
|
|
|
popd
|
2021-02-21 00:58:18 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Make repo index
|
|
|
|
|
2021-02-20 23:39:03 +01:00
|
|
|
./mkindex.sh
|