[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: actually point Vagrant/VBox dirs to setup
Holger Levsen
holger at layer-acht.org
Mon Apr 24 09:58:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 2d2ad2c50e7689a06a03f2ba2214370198a32b42
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Mon Apr 24 11:55:09 2017 +0200
reproducible fdroid: actually point Vagrant/VBox dirs to setup
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_fdroid_build_apps.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_fdroid_build_apps.sh b/bin/reproducible_fdroid_build_apps.sh
index e762d28..6728050 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…
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list