[ARVADOS] updated: 1.1.1-131-gb907190

Git user git at public.curoverse.com
Fri Dec 1 10:24:58 EST 2017


Summary of changes:
 build/run-build-test-packages-one-target.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  b90719070e3e5191b631aae3b01fe3fcb1051d0b (commit)
      from  3070281fdfc96b647ce371c4dba3dbd898c82b36 (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 b90719070e3e5191b631aae3b01fe3fcb1051d0b
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Dec 1 12:24:47 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 a7ff98b..8db5aa2 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -37,7 +37,7 @@ if ! [[ -d "$WORKSPACE" ]]; then
 fi
 
 PARSEDOPTS=$(getopt --name "$0" --longoptions \
-    help,upload,verno,target: \
+    help,verno:,target:,upload \
     -- "" "$@")
 if [ $? -ne 0 ]; then
     exit 1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list