[ARVADOS] updated: 1.1.1-130-g3070281
Git user
git at public.curoverse.com
Fri Dec 1 10:09:06 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 3070281fdfc96b647ce371c4dba3dbd898c82b36 (commit)
from 27b1b51403f2485e3641105338f365061cba3e46 (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 3070281fdfc96b647ce371c4dba3dbd898c82b36
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 12:08:55 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 f0142d9..a7ff98b 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,upload,version,target: \
+ help,upload,verno,target: \
-- "" "$@")
if [ $? -ne 0 ]; then
exit 1
@@ -57,7 +57,7 @@ while [ $# -gt 0 ]; do
--target)
TARGET="$2"; shift 2
;;
- --version)
+ --verno)
VERSION="$2"; shift 2
;;
--upload)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list