SPECS: builder - do not ask for suggests in automatic installs

glen glen at pld-linux.org
Mon Nov 3 17:24:14 CET 2008


Author: glen                         Date: Mon Nov  3 16:24:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not ask for suggests in automatic installs

---- Files affected:
SPECS:
   builder (1.565 -> 1.566) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.565 SPECS/builder:1.566
--- SPECS/builder:1.565	Wed Sep 24 16:50:19 2008
+++ SPECS/builder	Mon Nov  3 17:24:09 2008
@@ -1774,7 +1774,7 @@
 			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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.565&r2=1.566&f=u



More information about the pld-cvs-commit mailing list