1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

jenkins: switch to using auto-downloaded and verified basebox

This commit is contained in:
Hans-Christoph Steiner 2018-10-17 17:02:21 +02:00
parent 493a767d14
commit 9dff760d07

View File

@ -67,11 +67,8 @@ virsh -c qemu:///system vol-delete --pool default \
rm -rf "$WORKSPACE"/../*/.testfiles
vagrant box add --force basebox-stretch64 ~/.cache/fdroidserver/basebox-stretch64-libvirt.box
cd $WORKSPACE
echo "debian_mirror = 'https://deb.debian.org/debian/'" > $WORKSPACE/makebuildserver.config.py
echo 'basebox = "basebox-stretch64"' >> $WORKSPACE/makebuildserver.config.py
echo "boot_timeout = 1200" >> $WORKSPACE/makebuildserver.config.py
echo "apt_package_cache = True" >> $WORKSPACE/makebuildserver.config.py
echo "copy_caches_from_host = True" >> $WORKSPACE/makebuildserver.config.py