]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- reenabled UTF-8 check for AC-branch
authorhawk <hawk@pld-linux.org>
Mon, 5 Mar 2007 08:03:22 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.485

builder.sh

index ea9821371f0bc31759d1f3fcb0cf05421c219595..c60f4450fa43abc6c7dc6c454dddfac22b49e87b 100644 (file)
@@ -2116,7 +2116,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-disabled" ]; then
+                               if [ "$CVSTAG" = "AC-branch" ]; then
                                        local t
                                        t=$(grep '^Summary(.*\.UTF-8):' $SPECFILE)
                                        if [ "$t" ]; then
This page took 0.036683 seconds and 4 git commands to generate.