]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- no -ready verify by default in dist-verify()
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Jul 2007 21:59:18 +0000 (21:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.31

rpm-build.sh

index 0cdc432b7cd2f2ad57c1b4c40dcb14da9ae3d61b..22f6d7bbbea8e76f0bc5433b05087ff513262813 100644 (file)
@@ -36,8 +36,8 @@ dist-verify() {
                ;;
        esac
 
-       poldek --sn $dist --sn $dist-ready --sn $dist-updates --up
-       poldek --sn $dist --sn $dist-ready --sn $dist-updates --noignore --verify=deps $args "$@"
+       poldek --sn $dist --sn $dist-updates --up
+       poldek --sn $dist --sn $dist-updates --noignore --verify=deps $args "$@"
 }
 
 # displays latest used tag for a specfile
This page took 0.045253 seconds and 4 git commands to generate.