CVSROOT: filter_tags.sh - autotag check is back
glen
glen at pld-linux.org
Tue Nov 6 10:46:33 CET 2007
Author: glen Date: Tue Nov 6 09:46:33 2007 GMT
Module: CVSROOT Tag: HEAD
---- Log message:
- autotag check is back
---- Files affected:
CVSROOT:
filter_tags.sh (1.25 -> 1.26)
---- Diffs:
================================================================
Index: CVSROOT/filter_tags.sh
diff -u CVSROOT/filter_tags.sh:1.25 CVSROOT/filter_tags.sh:1.26
--- CVSROOT/filter_tags.sh:1.25 Tue Nov 6 10:22:59 2007
+++ CVSROOT/filter_tags.sh Tue Nov 6 10:46:27 2007
@@ -81,9 +81,9 @@
fi
;;
* )
- if [ "$AUTO_TAG" = 1 ] ; then
- echo "WARNING: Only builder-* can use auto-* tags."
-# exit 1
+ if [ "$AUTO_TAG" = 1 ]; then
+ echo "You ($CVSUSER) are not allowed to use this tag. Only builder-* can use auto-* tags."
+ exit 1
fi
;;
esac
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/filter_tags.sh?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list