mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins-setup-build-environment: fix typo
This commit is contained in:
parent
a8957447d6
commit
9963cf1aba
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ rm -rf "$WORKSPACE"/../*/.testfiles
|
||||||
|
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
cat <<EOF > $WORKSPACE/makebuildserver.config.py
|
cat <<EOF > $WORKSPACE/makebuildserver.config.py
|
||||||
debian_mirror = 'http://deb.debian.org/debian/'"
|
debian_mirror = 'http://deb.debian.org/debian/'
|
||||||
boot_timeout = 1200
|
boot_timeout = 1200
|
||||||
apt_package_cache = True
|
apt_package_cache = True
|
||||||
copy_caches_from_host = True
|
copy_caches_from_host = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue