[ARVADOS] updated: 1.1.1-137-gd042a7f

Git user git at public.curoverse.com
Fri Dec 1 12:52:22 EST 2017


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

       via  d042a7f171ac6686cdeb19e3c7a5d00bfb0254c8 (commit)
      from  f3e7508c9309daa9988585f53bb59b8abed8cc2d (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 d042a7f171ac6686cdeb19e3c7a5d00bfb0254c8
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Dec 1 14:52:13 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 e68eefb..ba9641a 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -58,8 +58,7 @@ while [ $# -gt 0 ]; do
             TARGET="$2"; shift 
             ;;
         --verno)
-            VERNO="$2"; shift
-            EXPORT VERNO 
+            export VERNO="$2"; shift 
             ;;      
         --upload)
             UPLOAD=1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list