]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- display fetch cvs progress
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 15 Jan 2006 11:38:28 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.367

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.030737 seconds and 4 git commands to generate.