[ARVADOS] updated: 1.1.0-274-g1cd90fa
Git user
git at public.curoverse.com
Tue Nov 28 08:13:57 EST 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1cd90faab84116bdcd9c8852e2e031d3336d297f (commit)
from 1cb2f6a1b07e44be8fe83e85b5066026d725225d (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 1cd90faab84116bdcd9c8852e2e031d3336d297f
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Nov 28 10:12:24 2017 -0300
12673: add buildNumber as iteration number
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 73d07cf..3826b13 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -10,7 +10,7 @@
# older packages.
LICENSE_PACKAGE_TS=20151208015500
-RAILS_PACKAGE_ITERATION=8
+RAILS_PACKAGE_ITERATION=$(curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
debug_echo () {
echo "$@" >"$STDOUT_IF_DEBUG"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list