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

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