commit | 8e4acbfd309ad08b561f9c9e0d65ad881a8a61b3 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Mon Nov 21 17:30:59 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Nov 22 18:35:21 2016 +0000 |
tree | 97e3855450b3436d34f626576a9067af70f3450c | |
parent | b4ac064235691bdc228b3493bc2f18a7eeef95c5 [diff] [blame] |
check and use local buck config when doing a release Change-Id: I39d3e381d8f4c291878ab5187dcad9318f199599
diff --git a/tools/build/onos-prepare-release b/tools/build/onos-prepare-release index ccf9152..9c4ce71 100755 --- a/tools/build/onos-prepare-release +++ b/tools/build/onos-prepare-release
@@ -29,6 +29,10 @@ git tag -l | grep -q "$ONOS_VERSION\$" && { echo "ERROR: Version already exists"; exit -1; } + +cp $ONOS_ROOT/.buckconfig.local $DIR/ + + export ONOS_ROOT=$DIR . $ONOS_ROOT/tools/build/envDefaults exec bash -i