[ARVADOS] updated: 1.3.0-429-g5b80790f3

Git user git at public.curoverse.com
Thu Mar 7 09:49:14 EST 2019


Summary of changes:
 build/run-build-test-packages-one-target.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  5b80790f33386287d60bf00b4498518375ef3970 (commit)
      from  159bbdc44f02a590db6ac5cbe13240b273b6ebd3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 5b80790f33386287d60bf00b4498518375ef3970
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Mar 7 11:48:58 2019 -0300

    issue #14891 fix spaces and initialize RC
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/build/run-build-test-packages-one-target.sh b/build/run-build-test-packages-one-target.sh
index 03bbc6142..b98a4c0a7 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>
     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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list