summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_fdroid_build_apps.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2017-04-24 11:55:09 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-24 11:57:57 +0200
commit2d2ad2c50e7689a06a03f2ba2214370198a32b42 (patch)
tree8b6179d4a435f9e000bdcb20728c7520dd162e23 /bin/reproducible_fdroid_build_apps.sh
parent534f2bcf33fb7bd39a52b24560b58e1f5c9ab2f1 (diff)
downloadjenkins.debian.net-2d2ad2c50e7689a06a03f2ba2214370198a32b42.tar.xz
reproducible fdroid: actually point Vagrant/VBox dirs to setup
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_fdroid_build_apps.sh')
-rwxr-xr-xbin/reproducible_fdroid_build_apps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_fdroid_build_apps.sh b/bin/reproducible_fdroid_build_apps.sh
index e762d28f..6728050b 100755
--- a/bin/reproducible_fdroid_build_apps.sh
+++ b/bin/reproducible_fdroid_build_apps.sh
@@ -47,8 +47,8 @@ cat /etc/issue
# these variables are actually set in fdroidserver/jenkins-build-makebuildserver
SETUP_WORKSPACE=$BASE/fdroid
export XDG_CONFIG_HOME=$SETUP_WORKSPACE
-export VBOX_USER_HOME=$WORKSPACE/VirtualBox
-export VAGRANT_HOME=$WORKSPACE/vagrant.d
+export VBOX_USER_HOME=$SETUP_WORKSPACE/VirtualBox
+export VAGRANT_HOME=$SETUP_WORKSPACE/vagrant.d
# the way we handle jenkins slaves doesn't copy the workspace to the slaves
# so we need to "manually" clone the git repo here…