Author: glen                         Date: Sat Dec  3 03:01:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- shell title fixes

---- Files affected:
SPECS:
   builder (1.353 -> 1.354) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.353 SPECS/builder:1.354
--- SPECS/builder:1.353 Tue Nov 29 01:09:13 2005
+++ SPECS/builder       Sat Dec  3 04:01:43 2005
@@ -1268,19 +1268,22 @@
 fetch_build_requires()
 {
        if [ "${FETCH_BUILD_REQUIRES}" = "yes" ]; then
-               update_shell_title "fetc_build_requires: $SPECFILE"
+               update_shell_title "fetch_build_requires[$SPECFILE]"
                if [ "$FETCH_BUILD_REQUIRES_RPMGETDEPS" = "yes" ]; then
                        CONF=$(rpm-getdeps $BCOND $SPECFILE 2> /dev/null | awk 
'/^\-/ { print $3 } ' | _rpm_cnfl_check | xargs)
                        DEPS=$(rpm-getdeps $BCOND $SPECFILE 2> /dev/null | awk 
'/^\+/ { print $3 } ' | _rpm_prov_check | xargs)
 
+                       update_shell_title "fetch_build_requires[$SPECFILE]: 
update indexes"
                        if [ -n "$CONF" ] || [ -n "$DEPS" ]; then
                                $SU_SUDO /usr/bin/poldek --update || $SU_SUDO 
/usr/bin/poldek --upa
                        fi
                        if [ -n "$CONF" ]; then
+                                update_shell_title 
"fetch_build_requires[$SPECFILE]: uninstall conflicting packages"
                                echo "Trying to uninstall conflicting packages 
($CONF):"
                                $SU_SUDO /usr/bin/poldek --noask --nofollow -ev 
$CONF
                        fi
                        if [ -n "$DEPS" ]; then
+                               update_shell_title 
"fetch_build_requires[$SPECFILE]: install deps ($DEPS)"
                                echo "Trying to install dependencies ($DEPS):"
                                $SU_SUDO /usr/bin/poldek --caplookup -uGv $DEPS
                        fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.353&r2=1.354&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to