From 9ac2d431c5451b4a81605e8c27387d8ec2aa5ebb Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 19 Jul 2010 09:23:14 +0200 Subject: [PATCH] cut down hashes also on finished compile --- misc/tools/xonotic-map-compiler-autobuild | 2 ++ 1 file changed, 2 insertions(+) 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/} -- 2.39.2