[ARVADOS] updated: 1.1.1-133-gc1717a2
Git user
git at public.curoverse.com
Fri Dec 1 10:45:58 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 2 +-
build/run-library.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via c1717a24fc40ad054f183b26e799b3d6ed132231 (commit)
from 130eba55be8d3c7cb4b2b2ba3e7d87ef4023fd9f (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 c1717a24fc40ad054f183b26e799b3d6ed132231
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 12:45:47 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 833c7c3..22bb9ed 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -58,7 +58,7 @@ while [ $# -gt 0 ]; do
TARGET="$2"; shift
;;
--verno)
- VERSION="$2"; shift
+ VERNO="$2"; shift
;;
--upload)
UPLOAD=1
diff --git a/build/run-library.sh b/build/run-library.sh
index 290eb02..567e642 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -39,7 +39,7 @@ format_last_commit_here() {
}
version_from_latest_tag() {
- if [[ $VERSION != "" ]] ; then
+ if [[ $VERNO != "" ]] ; then
new_version_tag=$VERSION
echo "${new_version_tag}"
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list