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