[ARVADOS] updated: 1.1.1-123-ga8f5404

Git user git at public.curoverse.com
Thu Nov 30 15:42:14 EST 2017


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

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

    12771: 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 e990d33..cf26240 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -38,7 +38,7 @@ if ! [[ -d "$WORKSPACE" ]]; then
 fi
 
 PARSEDOPTS=$(getopt --name "$0" --longoptions \
-    help,upload,target: \
+    help,upload,target,version: \
     -- "" "$@")
 if [ $? -ne 0 ]; then
     exit 1
@@ -62,7 +62,8 @@ while [ $# -gt 0 ]; do
             UPLOAD=1
             ;;
         --version)
-            VERSION="$3"; shift  
+            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