[ARVADOS] updated: 1.1.1-122-gb088f67
Git user
git at public.curoverse.com
Thu Nov 30 15:16:40 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 4 ++++
1 file changed, 4 insertions(+)
via b088f6736144399c4874f2db1ea09f0f623cb78f (commit)
from 49b677017609aba3ef018faac3e17f546df67ce3 (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 b088f6736144399c4874f2db1ea09f0f623cb78f
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Nov 30 17:16:29 2017 -0300
12771: 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 1aff457..e990d33 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -14,6 +14,8 @@ Syntax:
--upload
If the build and test steps are successful, upload the packages
to a remote apt repository (default: false)
+--version <version>
+
WORKSPACE=path Path to the Arvados source tree to build packages from
@@ -59,6 +61,8 @@ while [ $# -gt 0 ]; do
--upload)
UPLOAD=1
;;
+ --version)
+ VERSION="$3"; shift
--)
if [ $# -gt 1 ]; then
echo >&2 "$0: unrecognized argument '$2'. Try: $0 --help"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list