]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- disabled UTF8 check for AC-branch
authorhawk <hawk@pld-linux.org>
Wed, 11 Apr 2007 18:19:44 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.501

builder.sh

index d6b1ff0a69eb0f8724899a07c5726cfc0a074726..f8510b6b4344242835fcb7d5e2d39125083b622b 100644 (file)
@@ -2140,7 +2140,7 @@ case "$COMMAND" in
                        # ./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
This page took 0.42946 seconds and 4 git commands to generate.