From: Rudolf Polzer Date: Mon, 19 Jul 2010 07:23:14 +0000 (+0200) Subject: cut down hashes also on finished compile X-Git-Tag: xonotic-v0.1.0preview~363 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=9ac2d431c5451b4a81605e8c27387d8ec2aa5ebb;ds=sidebyside cut down hashes also on finished compile --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 9534301e..20d84673 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -47,6 +47,8 @@ log2spam() hash=$4 status=$5 + hash=`echo "$hash" | cut -c 1-7` + branch=${branch##refs/heads/} branch=${branch##refs/remotes/} branch=${branch##origin/}