This commit is contained in:
parent
695f6a3f45
commit
6c1e47c6f5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue