]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler-autobuild
cut down hashes also on finished compile
[xonotic/xonotic.git] / 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/}