piston/repo/make.sh

7 lines
175 B
Bash
Raw Normal View History

2021-02-20 23:39:03 +01:00
#!/bin/bash
cd /repo
cat password.key | gpg --batch --import private.key
pushd ../packages/python
cat password.key | make sign VERSIONS=3.9.1 && make cleanup
popd
./mkindex.sh