1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-03 07:50:15 +02:00

jenkins-build: point to new dir named after the script

This changes out the arbitrary names used before.
This commit is contained in:
Hans-Christoph Steiner 2017-06-15 17:20:38 +02:00
parent 55980a45cc
commit ca62f9c0b8

View File

@ -43,7 +43,7 @@ hostname || true
# point to the Vagrant/VirtualBox configs created by reproducible_setup_fdroid_build_environment.sh
# these variables are actually set in fdroidserver/jenkins-build-makebuildserver
export SETUP_WORKSPACE=$(dirname $WORKSPACE)/fdroid/fdroidserver
export SETUP_WORKSPACE=$(dirname $WORKSPACE)/reproducible_setup_fdroid_build_environment/fdroidserver
export XDG_CONFIG_HOME=$SETUP_WORKSPACE
export VBOX_USER_HOME=$SETUP_WORKSPACE/VirtualBox
export VAGRANT_HOME=$SETUP_WORKSPACE/vagrant.d