mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 19:46:27 +02:00
repo: Automated local repository builder
This commit is contained in:
parent
816efaff3b
commit
60b258f57c
3 changed files with 15 additions and 6 deletions
12
repo/make.sh
Normal file → Executable file
12
repo/make.sh
Normal file → Executable file
|
@ -1,7 +1,13 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
cd /repo
|
||||
cat password.key | gpg --batch --import private.key
|
||||
|
||||
# Make packages
|
||||
pushd ../packages/python
|
||||
cat password.key | make sign VERSIONS=3.9.1 && make cleanup
|
||||
make build VERSIONS=3.9.1
|
||||
popd
|
||||
|
||||
|
||||
# Make repo index
|
||||
|
||||
./mkindex.sh
|
Loading…
Add table
Add a link
Reference in a new issue