[ARVADOS] updated: 1.1.3-170-gef8220f
Git user
git at public.curoverse.com
Tue Mar 20 16:10:57 EDT 2018
Summary of changes:
build/run-library.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via ef8220f6180cdaf0642dbaf163590d9dc049b349 (commit)
from 62899a1e2070f210f1306c97777a50c1137c19ec (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 ef8220f6180cdaf0642dbaf163590d9dc049b349
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Mar 20 17:10:51 2018 -0300
13200:test changes to not build package if no change is present
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 12cb408..cbb1cc7 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -67,7 +67,7 @@ nohash_version_from_git() {
echo "$ARVADOS_BUILDING_VERSION"
return
fi
- version_from_git $1 | cut -d. -f1-3
+ version_from_git $1 | cut -d. -f1-4
}
timestamp_from_git() {
@@ -76,7 +76,7 @@ timestamp_from_git() {
handle_python_package () {
# This function assumes the current working directory is the python package directory
- if [ -n "$(find dist -name "*-$(version_from_git).tar.gz" -print -quit)" ]; then
+ if [ -n "$(find dist -name "*-$(nohash_version_from_git).tar.gz" -print -quit)" ]; then
# This package doesn't need rebuilding.
return
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list