]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't check INTEGER_RELEASE when tagging. It doesn't work, and checking that when...
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 18 Oct 2004 22:10:32 +0000 (22:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.283

builder.sh

index b3b33c61d8f0de57ecf0ce7180b9f8a9697d0fdd..281298b21bdd9cc839e797315f31db98066f7fe7 100644 (file)
@@ -1505,12 +1505,6 @@ case "$COMMAND" in
                if [ -n "$SPECFILE" ]; then
                        get_spec;
                        parse_spec;
-                       if [ "$INTEGER_RELEASE" = "yes" ]; then
-                     echo "Checking release $PACKAGE_RELEASE..."
-                               if echo $PACKAGE_RELEASE | grep -q '[^.]*\.[^.]*' 2>/dev/null ; then
-                                       Exit_error err_fract_rel "$PACKAGE_RELEASE"
-                               fi
-                       fi
                        if [ -n "$ICONS" ]; then
                                get_files $ICONS
                                parse_spec;
This page took 0.129179 seconds and 4 git commands to generate.