SPECS: builder - disabled UTF8 check for AC-branch

hawk hawk at pld-linux.org
Wed Apr 11 20:19:50 CEST 2007


Author: hawk                         Date: Wed Apr 11 18:19:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disabled UTF8 check for AC-branch

---- Files affected:
SPECS:
   builder (1.500 -> 1.501) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.500 SPECS/builder:1.501
--- SPECS/builder:1.500	Mon Apr  9 19:45:58 2007
+++ SPECS/builder	Wed Apr 11 20:19:44 2007
@@ -2140,7 +2140,7 @@
 			# ./builder -bs test.spec -r AC-branch -Tp auto-ac- -tt
 			if [ -n "$TEST_TAG" ]; then
 				# - do not allow utf8 encoded specs on AC-branch
-				if [ "$CVSTAG" = "AC-branch" ]; then
+				if [ "$CVSTAG" = "AC-branch-disabled" ]; then
 					local t
 					t=$(grep '^Summary(.*\.UTF-8):' $SPECFILE)
 					if [ "$t" ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.500&r2=1.501&f=u



More information about the pld-cvs-commit mailing list