Blame SOURCES/BZ-1133125-reposync-urls-for-all-repos.patch

74e468
commit 2cc8c240f6ea6ba7fae15721c9d7892024c65a8f
74e468
Author: Valentina Mukhamedzhanova <vmukhame@redhat.com>
74e468
Date:   Thu Aug 28 10:17:38 2014 +0200
74e468
74e468
    reposync: show urls for all repos when using -u option. BZ 1133125
74e468
74e468
diff --git a/reposync.py b/reposync.py
74e468
index 6500db6..bb4c59d 100755
74e468
--- a/reposync.py
74e468
+++ b/reposync.py
74e468
@@ -283,7 +283,7 @@ def main():
74e468
         if opts.urls:
74e468
             for pkg in download_list:
74e468
                 print urljoin(pkg.repo.urls[0], pkg.relativepath)
74e468
-            return 0
74e468
+            continue
74e468
 
74e468
         # create dest dir
74e468
         if not os.path.exists(local_repo_path):