[ARVADOS] updated: 1.1.1-132-g130eba5
Git user
git at public.curoverse.com
Fri Dec 1 10:28:40 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 130eba55be8d3c7cb4b2b2ba3e7d87ef4023fd9f (commit)
from b90719070e3e5191b631aae3b01fe3fcb1051d0b (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 130eba55be8d3c7cb4b2b2ba3e7d87ef4023fd9f
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 12:28:29 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 8db5aa2..833c7c3 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -37,7 +37,7 @@ if ! [[ -d "$WORKSPACE" ]]; then
fi
PARSEDOPTS=$(getopt --name "$0" --longoptions \
- help,verno:,target:,upload \
+ help,target:,verno:,upload \
-- "" "$@")
if [ $? -ne 0 ]; then
exit 1
@@ -55,10 +55,10 @@ while [ $# -gt 0 ]; do
exit 1
;;
--target)
- TARGET="$2"; shift 2
+ TARGET="$2"; shift
;;
--verno)
- VERSION="$2"; shift 2
+ VERSION="$2"; shift
;;
--upload)
UPLOAD=1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list