From: Fernando Monserrat Date: Thu, 7 Mar 2019 14:48:58 +0000 (-0300) Subject: issue #14891 fix spaces and initialize RC X-Git-Tag: 1.4.0~124^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/5b80790f33386287d60bf00b4498518375ef3970 issue #14891 fix spaces and initialize RC Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat --- diff --git a/build/run-build-test-packages-one-target.sh b/build/run-build-test-packages-one-target.sh index 03bbc61424..b98a4c0a7e 100755 --- a/build/run-build-test-packages-one-target.sh +++ b/build/run-build-test-packages-one-target.sh @@ -15,7 +15,7 @@ Syntax: If the build and test steps are successful, upload the packages to a remote apt repository (default: false) --rc - If the build is for a Release Candidate this param must be passed + Optional Parameter to build Release Candidate --build-version Version to build (default: \$ARVADOS_BUILDING_VERSION-\$ARVADOS_BUILDING_ITERATION or @@ -50,6 +50,7 @@ fi TARGET=debian8 UPLOAD=0 +RC=0 declare -a build_args=() @@ -69,7 +70,7 @@ while [ $# -gt 0 ]; do ;; --rc) RC=1 - ;; + ;; --build-version) build_args+=("$1" "$2") shift