[ARVADOS] updated: 1.1.0-27-g22aba11
Git user
git at public.curoverse.com
Thu Oct 5 17:19:55 EDT 2017
Summary of changes:
build/run-library.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 22aba115940fdb1e7080cc12694587d97fac83b9 (commit)
from e6088a512c043b1611cda2d00c766b9b1a7e3640 (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 22aba115940fdb1e7080cc12694587d97fac83b9
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 5 18:19:43 2017 -0300
12389: increase by one the version third digit
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 35b379c..7b9a851 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -46,7 +46,8 @@ version_from_latest_tag() {
#get number parts and increase last one by 1
vnum1=${version_bits[0]}
vnum2=${version_bits[1]}
- vnum3=${version_bits[2]}+1
+ vnum3=${version_bits[2]}
+ vnum3=$((vnum3+1))
#create new tag
new_version_tag="$vnum1.$vnum2.$vnum3"
git rev-parse HEAD >Changelog
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list