cat the broken file
Some checks failed
Alpine / abuild (push) Failing after 10s

This commit is contained in:
Dominic 2024-01-22 15:48:16 +01:00
parent 695f6a3f45
commit 6c1e47c6f5
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -13,12 +13,13 @@ chgrp abuild /var/cache/distfiles
chmod 775 /var/cache/distfiles chmod 775 /var/cache/distfiles
mkdir -p "/home/user/.abuild" mkdir -p "/home/user/.abuild"
echo "/home/user/.abuild/user.rsa" | abuild-keygen -i -b 4096 echo "/home/user/.abuild/user.rsa" | abuild-keygen -i -b 4096
echo 'PACKAGER_PRIVKEY="/home/user/.abuild/user.rsa"' >/home/user/.abuild/abuild.conf echo 'PACKAGER_PRIVKEY=/home/user/.abuild/user.rsa' >/home/user/.abuild/abuild.conf
chown -R "user:user" /home/user/ chown -R "user:user" /home/user/
# make sure we own the relevant directory # make sure we own the relevant directory
mkdir packages mkdir packages
echo "REPODEST=$PWD/packages" >>/home/user/.abuild/abuild.conf echo "REPODEST=$PWD/packages" >>/home/user/.abuild/abuild.conf
cat /home/user/.abuild/abuild.conf
chown -R user:user alpine packages chown -R user:user alpine packages
# build the package # build the package