[ARVADOS] updated: 1.1.1-129-g27b1b51

Git user git at public.curoverse.com
Fri Dec 1 09:28:19 EST 2017


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

       via  27b1b51403f2485e3641105338f365061cba3e46 (commit)
      from  f65293f698bb9162c4e8ec262f60785021979ae0 (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 27b1b51403f2485e3641105338f365061cba3e46
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Dec 1 11:25:22 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 53bfec4..f0142d9 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -55,10 +55,10 @@ while [ $# -gt 0 ]; do
             exit 1
             ;;
         --target)
-            TARGET="$2"; shift
+            TARGET="$2"; shift 2
             ;;
         --version)
-            VERSION="$2"; shift
+            VERSION="$2"; shift 2
             ;;      
         --upload)
             UPLOAD=1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list