]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- extend Try again message
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 31 Mar 2003 12:17:50 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.136

builder.sh

index 3fc3fab6aedaa3b3f03b7b22b8cf03d6e5c6cda4..b59eb9aedf032dc91754b981e76da51de81ccdb6 100644 (file)
@@ -263,7 +263,7 @@ get_spec()
            [ -n "$output" ] && echo "$output"
            if [ "$result" -ne "0" ]; then
                if (echo "$output" | grep -qE "(Cannot connect to|connect to .* failed|Connection reset by peer)") && [ "$retries_counter" -le "$CVS_RETRIES" ]; then
-                   echo "Trying again... ($retries_counter)"
+                   echo "Trying again [$SPECFILE]... ($retries_counter)"
                    continue
                 fi
                Exit_error err_no_spec_in_repo;
@@ -343,7 +343,7 @@ get_files()
                        result=$?
                        [ -n "$output" ] && echo "$output"
                        if (echo "$output" | grep -qE "(Cannot connect to|connect to .* failed|Connection reset by peer)") && [ "$result" -ne "0" -a "$retries_counter" -le "$CVS_RETRIES" ]; then
-                               echo "Trying again... ($retries_counter)"
+                               echo "Trying again [`nourl $i`]... ($retries_counter)"
                                continue
                        else
                                break
This page took 0.055445 seconds and 4 git commands to generate.