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

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