[ARVADOS] updated: 1.1.1-128-gf65293f
Git user
git at public.curoverse.com
Fri Dec 1 09:19:47 EST 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 2 +-
build/run-library.sh | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
via f65293f698bb9162c4e8ec262f60785021979ae0 (commit)
from a181bd1248f843d1a261ea772808974276f5522e (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 f65293f698bb9162c4e8ec262f60785021979ae0
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 11:19:31 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 5099ad6..53bfec4 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
;;
--version)
- VERSION="$3"; shift
+ VERSION="$2"; shift
;;
--upload)
UPLOAD=1
diff --git a/build/run-library.sh b/build/run-library.sh
index b11a68c..290eb02 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -40,7 +40,6 @@ format_last_commit_here() {
version_from_latest_tag() {
if [[ $VERSION != "" ]] ; then
- echo "$VERSION"
new_version_tag=$VERSION
echo "${new_version_tag}"
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list