piston/repo/make.sh

13 lines
131 B
Bash
Raw Normal View History

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