Author: hawk                         Date: Mon Mar  5 08:03:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reenabled UTF-8 check for AC-branch

---- Files affected:
SPECS:
   builder (1.484 -> 1.485) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.484 SPECS/builder:1.485
--- SPECS/builder:1.484 Sat Mar  3 16:41:01 2007
+++ SPECS/builder       Mon Mar  5 09:03:22 2007
@@ -2116,7 +2116,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-disabled" ]; then
+                               if [ "$CVSTAG" = "AC-branch" ]; then
                                        local t
                                        t=$(grep '^Summary(.*\.UTF-8):' 
$SPECFILE)
                                        if [ "$t" ]; then
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to