]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- only ac has updates tree
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Dec 2007 00:16:18 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.40

rpm-build.sh

index cfee7181988d5b3cecd471071903d83ab120fb54..208281beb387a5019d3230df68b1ea09a0c90719 100644 (file)
@@ -30,8 +30,12 @@ specutfundo() {
 }
 
 dist-verify() {
+       local args sn
+       sn="--sn $dist"
        case "$dist" in
        ac)
+               sn="$sn --sn $dist-updates"
+
                local a ignore
                # typo
                ignore="$ignore kdenetwork-kopete-tool-conectionstatus"
@@ -51,8 +55,8 @@ dist-verify() {
                ;;
        esac
 
-       poldek --sn $dist --sn $dist-updates --up --upa -q "$@"
-       poldek --sn $dist --sn $dist-updates --noignore --verify=deps $args "$@"
+       poldek $sn --up --upa -q "$@"
+       poldek $sn --noignore --verify=deps $args "$@"
 }
 
 # displays latest used tag for a specfile
This page took 0.419724 seconds and 4 git commands to generate.