From: Benjamin Drung Date: Fri, 17 Jan 2014 16:44:36 +0000 (+0100) Subject: gentoo_build: Remove not needed additional spaces around URL. X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=412e883e71a8dad4433da7fa13d66de6a3f08703;p=profitbricks%2Fjenkins-build-scripts.git gentoo_build: Remove not needed additional spaces around URL. --- diff --git a/gentoo_build b/gentoo_build index a6925c8..0aacfdb 100755 --- a/gentoo_build +++ b/gentoo_build @@ -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.