[yum-commits] scripts/urlgrabber

zpavlas at osuosl.org zpavlas at osuosl.org
Wed Mar 6 16:38:29 UTC 2013


 scripts/urlgrabber |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7396230d60ae0ffee99aa3363d77e30f4e3e57d4
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Wed Mar 6 17:36:50 2013 +0100

    exit(1) on /bin/urlgrabber failures.  BZ 918613

diff --git a/scripts/urlgrabber b/scripts/urlgrabber
index 09cd896..07881b3 100644
--- a/scripts/urlgrabber
+++ b/scripts/urlgrabber
@@ -301,6 +301,7 @@ class ugclient:
                 if self.op.localfile: print f
             except URLGrabError, e:
                 print e
+                sys.exit(1)
         
     def set_debug_logger(self, dbspec):
         try:


More information about the Yum-commits mailing list