From: Rudolf Polzer Date: Sun, 21 Aug 2011 11:50:23 +0000 (+0200) Subject: make check-translations.sh no longer work on non authorized systems X-Git-Tag: xonotic-v0.5.0~105 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=14a1dafa255c5ad355978ebaa7f82553ffa45856;p=xonotic%2Fxonotic-data.pk3dir.git make check-translations.sh no longer work on non authorized systems terencehill used it and caused merge conflicts for his branch that inhibit merging it --- diff --git a/check-translations.sh b/check-translations.sh index fb1f68f32..5555f2dea 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -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)