[ARVADOS] updated: 1.1.0-48-g9ea5298
Git user
git at public.curoverse.com
Wed Oct 11 17:37:02 EDT 2017
Summary of changes:
sdk/cwl/gittaggers.py | 1 -
sdk/cwl/setup.py | 1 -
sdk/python/gittaggers.py | 1 -
3 files changed, 3 deletions(-)
via 9ea52984adaf8ed8eee012d68669d7bcc0c4c322 (commit)
from 8a1eaddcafffa712b32f6341dd6bdc94fa1137ab (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 9ea52984adaf8ed8eee012d68669d7bcc0c4c322
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Wed Oct 11 18:36:52 2017 -0300
12389: change in tagging for python pckgs
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 764d0f1..f726949 100644
--- a/sdk/cwl/gittaggers.py
+++ b/sdk/cwl/gittaggers.py
@@ -38,7 +38,6 @@ class EggInfoFromGit(egg_info):
def git_latest_tag(self):
gitinfo = subprocess.check_output(
['git', 'describe', '--abbrev=0'])
- return str(gitinfo)
def tags(self):
if self.tag_build is None:
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index ada7a68..ab3442b 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -23,7 +23,6 @@ versionfile = os.path.join(SETUP_DIR, "arvados_cwl/_version.py")
try:
gitinfo = subprocess.check_output(
['git', 'describe', '--abbrev=0'])
- return str(gitinfo)
with open(versionfile, "w") as f:
f.write("__version__ = '%s'\n" % gitinfo)
except Exception as e:
diff --git a/sdk/python/gittaggers.py b/sdk/python/gittaggers.py
index 8acbe27..69fc47e 100644
--- a/sdk/python/gittaggers.py
+++ b/sdk/python/gittaggers.py
@@ -27,7 +27,6 @@ class EggInfoFromGit(egg_info):
def git_latest_tag(self):
gitinfo = subprocess.check_output(
['git', 'describe', '--abbrev=0'])
- return str(gitinfo)
def tags(self):
if self.tag_build is None:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list