]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- remove (disabled) UTF-8 blocker for AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Feb 2008 10:00:37 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.534

builder.sh

index 944360d0403fb7ad63e0eec18001fd0f3144052a..012f98415e7724d0baca773a3b066c67ee76de1b 100644 (file)
@@ -2281,15 +2281,6 @@ 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
-                                       local t
-                                       t=$(grep '^Summary(.*\.UTF-8):' $SPECFILE)
-                                       if [ "$t" ]; then
-                                               Exit_error err_acl_deny "UTF-8 .specs not allowed on $CVSTAG"
-                                       fi
-                               fi
-
                                local TAGVER=`make_tagver`
                                echo "Searching for tag $TAGVER..."
                                TAGREL=$(cvs status -v $SPECFILE | grep -E "^[[:space:]]*${TAGVER}[[[:space:]]" | sed -e 's#.*(revision: ##g' -e 's#).*##g')
This page took 0.02978 seconds and 4 git commands to generate.