]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Really continue if urllib fetch fails.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 15 Jul 2009 12:00:05 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/rpm_builder.py -> 1.81

PLD_Builder/rpm_builder.py

index 078200c8cd5e3d71f7a598c8dc8a0ebe4e1226c1..0ca2d96ef0d907621afa286e66270fa1fa046051 100644 (file)
@@ -64,6 +64,7 @@ def fetch_src(r, b):
             if error[1][0] == 60 or error[1][0] == 110 or error[1][0] == -3 or error[1][0] == 111 or error[1][0] == 61:
                 good=False
                 b.log_line("unable to connect... trying again")
+                continue
             else:
                 raise
         http_code = f.getcode()
This page took 0.141069 seconds and 4 git commands to generate.