mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins: force local basebox, do not download from Vagrant Cloud
Until we have a verification process for boxes downloaded from Vagrant Cloud, the official setup uses a locally generated basebox.
This commit is contained in:
parent
ee509782a2
commit
39c339e5a1
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ vagrant box add --force fdroid-stretch64 ~/.cache/fdroidserver/fdroid-stretch64-
|
|||
|
||||
cd $WORKSPACE
|
||||
echo "debian_mirror = 'https://deb.debian.org/debian/'" > $WORKSPACE/makebuildserver.config.py
|
||||
echo 'basebox = "fdroid-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue