[ARVADOS] updated: 1.1.3-156-gada9996

Git user git at public.curoverse.com
Tue Mar 13 10:11:36 EDT 2018


Summary of changes:
 build/run-library.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ada99960f879387bb5f3d2c20cf6a601c53b4bc4 (commit)
      from  1c5bb6c9dc070d7eb7619c8d1a32a496c89edc3e (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 ada99960f879387bb5f3d2c20cf6a601c53b4bc4
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Mar 13 11:11:29 2018 -0300

    13200:fix python package version with latest git tag and timestamp
    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 d3a6272..9081c22 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -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 "*-$(nohash_version_from_git).tar.gz" -print -quit)" ]; then
+  if [ -n "$(find dist -name "*-$ARVADOS_BUILDING_VERSION.$(date -ud "@$git_ts" +%Y%m%d%H%M%S).tar.gz" -print -quit)" ]; then
     # This package doesn't need rebuilding.
     return
   fi

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list