Fix a few build omissions

This commit is contained in:
Disassembler 2019-12-18 10:13:32 +01:00
parent c73c5f1eef
commit 2bd45fea0d
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit e05ffc194f95e9078d0bf8e9a1d2494b4a1ba3ca
Subproject commit bfd1b7cb2f4b87e7987b66a8c47069e2e06c74db

View File

@ -27,6 +27,7 @@ rc-update -u
# Remove containers
rm -rf /var/lib/lxc/*
rm -f /var/log/lxc/*
# Remove application data
for DIR in $(find /srv ! -path /srv/build -maxdepth 1 -mindepth 1); do

View File

@ -27,7 +27,7 @@ cp usr/bin/lxcmerge /usr/bin/lxcmerge
mkdir -p /srv/build/lxc/apps /srv/build/lxc/images
# Prepare local APK repository
cp etc/nginx/conf.d/apkrepo.conf /etc/nginx/conf.d/apkrepo.conf
cp etc/nginx/conf.d/repo.conf /etc/nginx/conf.d/repo.conf
echo "172.17.0.1 repo.build.vm" >>/etc/hosts
service nginx reload