Fix a few build omissions
This commit is contained in:
parent
c73c5f1eef
commit
2bd45fea0d
@ -1 +1 @@
|
|||||||
Subproject commit e05ffc194f95e9078d0bf8e9a1d2494b4a1ba3ca
|
Subproject commit bfd1b7cb2f4b87e7987b66a8c47069e2e06c74db
|
@ -27,6 +27,7 @@ rc-update -u
|
|||||||
|
|
||||||
# Remove containers
|
# Remove containers
|
||||||
rm -rf /var/lib/lxc/*
|
rm -rf /var/lib/lxc/*
|
||||||
|
rm -f /var/log/lxc/*
|
||||||
|
|
||||||
# Remove application data
|
# Remove application data
|
||||||
for DIR in $(find /srv ! -path /srv/build -maxdepth 1 -mindepth 1); do
|
for DIR in $(find /srv ! -path /srv/build -maxdepth 1 -mindepth 1); do
|
||||||
|
@ -27,7 +27,7 @@ cp usr/bin/lxcmerge /usr/bin/lxcmerge
|
|||||||
mkdir -p /srv/build/lxc/apps /srv/build/lxc/images
|
mkdir -p /srv/build/lxc/apps /srv/build/lxc/images
|
||||||
|
|
||||||
# Prepare local APK repository
|
# 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
|
echo "172.17.0.1 repo.build.vm" >>/etc/hosts
|
||||||
service nginx reload
|
service nginx reload
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user