[ARVADOS] updated: 1.1.3-308-g69addc8

Git user git at public.curoverse.com
Wed Apr 4 15:04:33 EDT 2018


Summary of changes:
 sdk/python/gittaggers.py | 4 ----
 1 file changed, 4 deletions(-)

       via  69addc88d178e33a1f6d3841631b504bf0bb4bbd (commit)
      from  72f08637e415ba7b08295d9f1f330894223171fb (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 69addc88d178e33a1f6d3841631b504bf0bb4bbd
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Wed Apr 4 16:03:45 2018 -0300

    13200: remove git tag from gittaggers
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>

diff --git a/sdk/python/gittaggers.py b/sdk/python/gittaggers.py
index a94f14c..b2fdfbe 100644
--- a/sdk/python/gittaggers.py
+++ b/sdk/python/gittaggers.py
@@ -12,10 +12,6 @@ class EggInfoFromGit(egg_info):
     If a build tag has already been set (e.g., "egg_info -b", building
     from source package), leave it alone.
     """
-    def git_latest_tag(self):
-        gitinfo = subprocess.check_output(
-            ['git', 'describe', '--abbrev=0']).strip()
-        return str(gitinfo.decode('utf-8'))
 
     def git_timestamp_tag(self):
         gitinfo = subprocess.check_output(

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list