[ARVADOS] updated: 1.1.1-135-g754ba66
Git user
git at public.curoverse.com
Fri Dec 1 12:32:03 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 754ba66680154f4425faef7815efafacebebc69a (commit)
from 0ddcedfe047540bb1e415f19a57f02d9ae30b8f0 (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 754ba66680154f4425faef7815efafacebebc69a
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 14:31: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 22bb9ed..ff706b1 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -58,7 +58,8 @@ while [ $# -gt 0 ]; do
TARGET="$2"; shift
;;
--verno)
- VERNO="$2"; shift
+ VERNO="$2"; shift
+ EXPORT $VERNO
;;
--upload)
UPLOAD=1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list