[ARVADOS] updated: 1.1.1-138-g775b418
Git user
git at public.curoverse.com
Fri Dec 1 13:06:47 EST 2017
Summary of changes:
build/run-library.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 775b418fc33e144bfbece58cde3cff18c437da3d (commit)
from d042a7f171ac6686cdeb19e3c7a5d00bfb0254c8 (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 775b418fc33e144bfbece58cde3cff18c437da3d
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 15:06:35 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-library.sh b/build/run-library.sh
index fe56156..ea5534c 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -39,8 +39,9 @@ format_last_commit_here() {
}
version_from_latest_tag() {
+ echo "$VERNO"
if [ -n "$VERNO" ]; then
- new_version_tag=$VERNO
+ new_version_tag="$VERNO"
echo "${new_version_tag}"
else
# Generates a version number from the git log latest tag
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list