You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
604 B
19 lines
604 B
commit 2cc8c240f6ea6ba7fae15721c9d7892024c65a8f |
|
Author: Valentina Mukhamedzhanova <vmukhame@redhat.com> |
|
Date: Thu Aug 28 10:17:38 2014 +0200 |
|
|
|
reposync: show urls for all repos when using -u option. BZ 1133125 |
|
|
|
diff --git a/reposync.py b/reposync.py |
|
index 6500db6..bb4c59d 100755 |
|
--- a/reposync.py |
|
+++ b/reposync.py |
|
@@ -283,7 +283,7 @@ def main(): |
|
if opts.urls: |
|
for pkg in download_list: |
|
print urljoin(pkg.repo.urls[0], pkg.relativepath) |
|
- return 0 |
|
+ continue |
|
|
|
# create dest dir |
|
if not os.path.exists(local_repo_path):
|
|
|