[ARVADOS] updated: 1.1.0-25-g5e8c002
Git user
git at public.curoverse.com
Thu Oct 5 16:59:16 EDT 2017
Summary of changes:
build/run-build-test-packages-one-target.sh | 2 ++
build/run-library.sh | 5 ++---
2 files changed, 4 insertions(+), 3 deletions(-)
via 5e8c002183e676f441f3faae009f7cdde5fcfa87 (commit)
via f41568e350de1e1a58dff8276b7dead182f49186 (commit)
from bb9c92375c365228f4d2ac4e7323d41d98761e3e (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 5e8c002183e676f441f3faae009f7cdde5fcfa87
Merge: f41568e bb9c923
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 5 17:59:06 2017 -0300
12389: test once again buildNumber as third digit
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
commit f41568e350de1e1a58dff8276b7dead182f49186
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 5 17:57:05 2017 -0300
12389: test once again buildNumber as third digit
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 24942e9..04a8c99 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -3,6 +3,8 @@
#
# SPDX-License-Identifier: AGPL-3.0
+export BUILD_NUMBER
+
read -rd "\000" helpmessage <<EOF
$(basename $0): Build, test and (optionally) upload packages for one target
diff --git a/build/run-library.sh b/build/run-library.sh
index bb89aea..6078561 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -44,14 +44,13 @@ version_from_latest_tag() {
#replace . with space so can split into an array
version_bits=(${latest_tag//./ })
#get number parts and increase last one by 1
- vnum1=${version_bits0]}
- vnum1=${version_bits[1]}
- vnum2=${version_bits[2]}
+ vnum1=${version_bits[0]}
+ vnum2=${version_bits[1]}
vnum3=$BUILD_NUMBER
#create new tag
new_version_tag="$vnum1.$vnum2.$vnum3"
git rev-parse HEAD >Changelog
- echo "${new_version_tag}"
+ echo "${new_version_tag}"
}
version_from_git() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list