From 412e883e71a8dad4433da7fa13d66de6a3f08703 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Fri, 17 Jan 2014 17:44:36 +0100 Subject: [PATCH] gentoo_build: Remove not needed additional spaces around URL. --- gentoo_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5