]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- display fetch cvs progress
[packages/rpm-build-tools.git] / builder.sh
index 5eacb84efd52e8875d2f062c1b1670222664dac2..0fdf9f1112fcbea0c9a087dc041f6987b3cbb0ea 100644 (file)
@@ -724,6 +724,7 @@ get_files()
                                        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 @@ do
                --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")
This page took 0.027903 seconds and 4 git commands to generate.