]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
gentoo_build: Remove not needed additional spaces around URL.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Fri, 17 Jan 2014 16:44:36 +0000 (17:44 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Fri, 17 Jan 2014 16:44:36 +0000 (17:44 +0100)
gentoo_build

index a6925c8e1b1a0c849fa1e567d69c839952b80cf1..0aacfdb1745c1bd855eda620f7d5f19e0d1352fc 100755 (executable)
@@ -364,7 +364,7 @@ def format_commit(commit):
     remote_url = commit.repo.config_reader().get('remote "origin"', "url")
     weburl = re.sub(GITWEB_RE, GITWEB_URL, remote_url)
     weburl += "/commit/" + commit.hexsha[0:7]
-    return commit.hexsha[0:7] + ' ( ' + weburl + ' )'
+    return commit.hexsha[0:7] + ' (' + weburl + ')'
 
 def get_latest_tag(logger):
     """Get the tag name for the branch head commit.