[ARVADOS] updated: 1.1.0-93-g83c762e

Git user git at public.curoverse.com
Wed Oct 18 16:54:25 EDT 2017


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

       via  83c762e817bf808fb3afa1dfcaa201ac9332c02f (commit)
      from  d82292b92d95a0d7ee84d9661080ddaf191a17c6 (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 83c762e817bf808fb3afa1dfcaa201ac9332c02f
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Wed Oct 18 17:54:15 2017 -0300

    12389: Fix for first digit in python versions
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 39a9963..fe99377 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -523,7 +523,7 @@ while read -r line || [[ -n "$line" ]]; do
     continue
   fi
   name=${arr[1]}
-  version=${arr[2]}
+  #version=${arr[2]}
   iteration=${arr[3]}
   pkgtype=${arr[4]}
   arch=${arr[5]}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list