Author: glen Date: Sun Jan 15 11:38:33 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- display fetch cvs progress
---- Files affected:
SPECS:
builder (1.366 -> 1.367)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.366 SPECS/builder:1.367
--- SPECS/builder:1.366 Sun Jan 8 13:06:09 2006
+++ SPECS/builder Sun Jan 15 12:38:28 2006
@@ -724,6 +724,7 @@
while [ "$result" != "0" -a
"$retries_counter" -le "$CVS_RETRIES" ]
do
retries_counter=$((
$retries_counter + 1 ))
+ update_shell_title "get_files:
`nourl $i`"
output=$(LC_ALL=C cvs $OPTIONS
`nourl $i` 2>&1)
result=$?
[ -n "$output" ] && echo
"$output"
@@ -1562,7 +1563,7 @@
--opts )
shift; RPMOPTS="$RPM_OPTS ${1}"; shift ;;
--nopatch | -np )
- shift; RPMOPTS="${RPMOPTS} --define \"patch${1} echo
ignoring patch${1} \""; shift ;;
+ shift; RPMOPTS="${RPMOPTS} --define \"patch${1} :
ignoring patch${1}; exit 1; \""; shift ;;
--with | --without )
case $GROUP_BCONDS in
"yes")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/builder?r1=1.366&r2=1.367&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit