[ARVADOS] updated: 1.1.1-115-gb1b857f
Git user
git at public.curoverse.com
Mon Dec 4 13:07:04 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b1b857f0a8216ccae0810b22b84953da6cf7d037 (commit)
from 5f0d04c50f9a58dafe6e9adc5f769e95b9a8d5f7 (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 b1b857f0a8216ccae0810b22b84953da6cf7d037
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Dec 4 15:06:55 2017 -0300
12771: pass newversion for packages or take the usual hash
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 335b06a..9706184 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
- $VERNO > $WORKSPACE/version
+ printf $VERNO > $WORKSPACE/version
;;
--upload)
UPLOAD=1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list