* new build way

meow
Dominika Liberda 2022-04-10 12:21:56 +02:00
parent 62f1ea77d9
commit 19b4170937
2 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
PACKAGER_PRIVKEY="/home/ci/.abuild/ci-6061e1c0.rsa"
PACKAGER_PRIVKEY="/home/domi/.abuild/ci-6061e1c0.rsa"

10
meow.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/ash
set -euxo pipefail
cd sakamoto
for i in *; do
cd $i
abuild -r
cd ..
done