]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
make check-translations.sh no longer work on non authorized systems
authorRudolf Polzer <divverent@xonotic.org>
Sun, 21 Aug 2011 11:50:23 +0000 (13:50 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 21 Aug 2011 11:50:23 +0000 (13:50 +0200)
terencehill used it and caused merge conflicts for his branch that inhibit merging it

check-translations.sh

index fb1f68f32a64fecb6dd70b1334372defff54510c..5555f2dea45d05ce16aa50e5bc4bdb5e935aabe4 100755 (executable)
@@ -1,5 +1,17 @@
 #!/bin/sh
 
+case `hostname` in
+       srv01|hagger|grawp)
+               ;;
+       *)
+               echo "Sorry, you are not supposed to use this script."
+               echo "This script is solely for use by the Xonotic Core Team."
+               echo "Unauthorized use of it can cause HIGHLY annoying merge"
+               echo "conflicts."
+               exit 1
+               ;;
+esac
+
 for VM in menu csprogs; do
        case "$VM" in
                csprogs)