summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-25 13:41:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-25 13:41:31 +0000
commit3aa975e7f5b73f9caa4f759926cc8710b3b0fd92 (patch)
treeec0ce0c4c79f64b868b60c8a95a1fd0649bf0a0d /build
parent493876c4933b5eac8a5026bdd79f2a3a4ae7ac20 (diff)
parentc876e9d261a7c3189cc8374c995014309c5b9881 (diff)
Merge "Adding unittests for build"
Diffstat (limited to 'build')
-rw-r--r--build/variables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh
index a611073c..8d736d30 100644
--- a/build/variables.sh
+++ b/build/variables.sh
@@ -14,7 +14,7 @@ QUAGGA_RPMS_DIR=${BUILD_DIR}/quagga_build_dir
CACHE_DIR="$(dirname ${BUILD_ROOT})/.cache"
CACHE_HISTORY=".cache_history"
PATCHES_DIR="${BUILD_ROOT}/patches"
-BUILD_UTILS="$(dirname ${BUILD_ROOT})/apex/build/build_utils.py"
+BUILD_UTILS="$(dirname ${BUILD_ROOT})/apex/build_utils.py"
rdo_images_uri=${RDO_IMAGES_URI:-http://artifacts.opnfv.org/apex/euphrates/rdo}