[ARVADOS] updated: 1.1.0-30-gd1e23b7
Git user
git at public.curoverse.com
Fri Oct 6 10:17:15 EDT 2017
Summary of changes:
build/run-library.sh | 1 -
1 file changed, 1 deletion(-)
via d1e23b7f46e1a69952c830a985520eb5f2cc8625 (commit)
from e744fc6355b2032891b48ba54cbb9058ccec1964 (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 d1e23b7f46e1a69952c830a985520eb5f2cc8625
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Oct 6 11:17:11 2017 -0300
12389: Fix curl jenkins api for latest build to use on 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 792d225..0f1c4f6 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -47,7 +47,6 @@ version_from_latest_tag() {
vnum1=${version_bits[0]}
vnum2=${version_bits[1]}
vnum3=$(curl https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
- 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