]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not ask for suggests in automatic installs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Nov 2008 16:24:09 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.566

builder.sh

index 5f97f11656bf08efcf7b32ce2a40e89b3fede42c..84868f1f7d1c51446f9ebe6404eee05ce27eb1ab 100644 (file)
@@ -1774,7 +1774,7 @@ install_build_requires_rpmdeps() {
                        update_shell_title "install deps: $DEPS"
                        echo "Trying to install dependencies ($DEPS):"
                        local log=.${SPECFILE}_poldek.log
-                       LANG=C $SU_SUDO /usr/bin/poldek --caplookup -uGqQ $DEPS | tee $log
+                       LANG=C $SU_SUDO /usr/bin/poldek --noask --caplookup -uGqQ $DEPS | tee $log
                        failed=$(awk '/^error:/{a=$2; sub(/^error: /, "", a); sub(/:$/, "", a); print a}' $log)
                        rm -f $log
                        local ok
This page took 0.048199 seconds and 4 git commands to generate.