]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- utf8 enabled on AC-branch (hawk plz update src builder)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Feb 2007 23:45:38 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.478

builder.sh

index e4043f3550fd32be8de96eecd9ee65462c2b1e7d..458b3347f6017de75fa25655201a00a90b861339 100644 (file)
@@ -2095,7 +2095,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.228351 seconds and 4 git commands to generate.