SPECS: builder - more informative status about install/remove pkgs
glen
glen at pld-linux.org
Wed Aug 22 00:06:16 CEST 2007
Author: glen Date: Tue Aug 21 22:06:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more informative status about install/remove pkgs
---- Files affected:
SPECS:
builder (1.510 -> 1.511)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.510 SPECS/builder:1.511
--- SPECS/builder:1.510 Mon Jul 23 13:56:55 2007
+++ SPECS/builder Wed Aug 22 00:06:11 2007
@@ -1633,8 +1633,8 @@
local DEPS=$(rpm-getdeps $BCOND $SPECFILE 2> /dev/null | awk '/^\+/ { print $3 } ' | _rpm_prov_check | xargs)
if [ -n "$CNFL" ] || [ -n "$DEPS" ]; then
- echo "fetch builderequires: install $DEPS; remove $CNFL"
- update_shell_title "poldek: install $DEPS; remove $CNFL"
+ echo "fetch builderequires: install [$DEPS]; remove [$CNFL]"
+ update_shell_title "poldek: install [$DEPS]; remove [$CNFL]"
$SU_SUDO /usr/bin/poldek -q --update || $SU_SUDO /usr/bin/poldek -q --upa
fi
if [ -n "$CNFL" ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.510&r2=1.511&f=u
More information about the pld-cvs-commit
mailing list