[ARVADOS] updated: 1.1.0-96-g2d6c8e4

Git user git at public.curoverse.com
Wed Oct 18 18:12:37 EDT 2017


Summary of changes:
 sdk/cwl/gittaggers.py    | 1 +
 sdk/python/gittaggers.py | 1 +
 2 files changed, 2 insertions(+)

       via  2d6c8e4807e991769a017b48cc049123423094e6 (commit)
      from  3859a2bd66f75da35775cb2b54369063d6173bd0 (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 2d6c8e4807e991769a017b48cc049123423094e6
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Wed Oct 18 19:12:26 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/sdk/cwl/gittaggers.py b/sdk/cwl/gittaggers.py
index 9eb2e06..764d0f1 100644
--- a/sdk/cwl/gittaggers.py
+++ b/sdk/cwl/gittaggers.py
@@ -43,3 +43,4 @@ class EggInfoFromGit(egg_info):
     def tags(self):
         if self.tag_build is None:
             self.tag_build = self.git_latest_tag()
+        return egg_info.tags(self)
diff --git a/sdk/python/gittaggers.py b/sdk/python/gittaggers.py
index a1bdcac..4365b0b 100644
--- a/sdk/python/gittaggers.py
+++ b/sdk/python/gittaggers.py
@@ -32,3 +32,4 @@ class EggInfoFromGit(egg_info):
     def tags(self):
         if self.tag_build is None:
             self.tag_build = self.git_latest_tag()
+        return egg_info.tags(self)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list