]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
cut down hashes also on finished compile
authorRudolf Polzer <divverent@alientrap.org>
Mon, 19 Jul 2010 07:23:14 +0000 (09:23 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 19 Jul 2010 07:23:14 +0000 (09:23 +0200)
misc/tools/xonotic-map-compiler-autobuild

index 9534301ee0683b3fda07191d9cfcccfb6b7b20c4..20d8467388ec4399b8b76a14c1191a224485a594 100755 (executable)
@@ -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/}