From 2d2ad2c50e7689a06a03f2ba2214370198a32b42 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 24 Apr 2017 11:55:09 +0200 Subject: reproducible fdroid: actually point Vagrant/VBox dirs to setup Signed-off-by: Holger Levsen --- 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 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ā€¦ -- cgit v1.2.3-54-g00ecf