[ARVADOS] updated: 1.1.1-124-gdc4a652

Git user git at public.curoverse.com
Thu Nov 30 16:19:07 EST 2017


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

       via  dc4a652d184a63f9430f56de25d208af48b0ddba (commit)
      from  a8f5404475647e3427660eb7d42745582f089e36 (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 dc4a652d184a63f9430f56de25d208af48b0ddba
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Nov 30 18:18:52 2017 -0300

    12771: fix for add version as param
    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 cf26240..5099ad6 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -11,11 +11,10 @@ Syntax:
 
 --target <target>
     Distribution to build packages for (default: debian8)
+--version <version>    
 --upload
     If the build and test steps are successful, upload the packages
     to a remote apt repository (default: false)
---version <version>
-
 
 WORKSPACE=path         Path to the Arvados source tree to build packages from
 
@@ -38,7 +37,7 @@ if ! [[ -d "$WORKSPACE" ]]; then
 fi
 
 PARSEDOPTS=$(getopt --name "$0" --longoptions \
-    help,upload,target,version: \
+    help,upload,version,target: \
     -- "" "$@")
 if [ $? -ne 0 ]; then
     exit 1
@@ -58,12 +57,12 @@ while [ $# -gt 0 ]; do
         --target)
             TARGET="$2"; shift
             ;;
+        --version)
+            VERSION="$3"; shift
+            ;;      
         --upload)
             UPLOAD=1
             ;;
-        --version)
-            VERSION="$3"; shift
-            ;;  
         --)
             if [ $# -gt 1 ]; then
                 echo >&2 "$0: unrecognized argument '$2'. Try: $0 --help"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list