[ARVADOS] updated: 1.1.0-165-gc785d44
Git user
git at public.curoverse.com
Mon Oct 23 09:48:36 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c785d44c38662395e65ab32315472c502dd02a85 (commit)
from 5ee83a4a965bad894eae576518ebcbe2355a3777 (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 c785d44c38662395e65ab32315472c502dd02a85
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Mon Oct 23 10:48:17 2017 -0300
12389: git tag plus one
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 2b1f7dd..e1234ef 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -47,7 +47,7 @@ version_from_latest_tag() {
vnum1=${version_bits[0]}
vnum2=${version_bits[1]}
vnum3=${version_bits[2]}
- vnum3=$((vnum3+2))
+ vnum3=$((vnum3+1))
#vnum4=$(curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
#create new tag
new_version_tag="$vnum1.$vnum2.$vnum3"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list