Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[reposync] Add --urls option (RhBug:1686602) #346

Merged
merged 7 commits into from Nov 8, 2019

Commits on Nov 7, 2019

  1. [reposync] Do not mix downloading and deleting packages

    Do deleting of stale packages outside of download_packages() function.
    m-blaha committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    0b936e7 View commit details
    Browse the repository at this point in the history
  2. [reposync] Add --urls option (RhBug:1686602)

    This is compatibility with yum-utils version of the reposync.
    When the --urls switch is used, packages are not downloaded from
    repositories, only their URLs are printed.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1686602
    m-blaha committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    83853f6 View commit details
    Browse the repository at this point in the history
  3. [reposync] Unify syncing remote and local packages

    Drop special handling of packages from local repositories - do the
    downloading using librepo as if they were remotes.
    The advantage is unified output of reposync regardless the location of
    the repository. Without this patch packages from the local repositories
    are just silently copied to the destination without notifying the user.
    m-blaha committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    fa05bd3 View commit details
    Browse the repository at this point in the history
  4. [reposync] Filter out rsync schema from printed urls

    Do not print rsync:// urls when reposync is run with --urls switch.
    m-blaha committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c06cc8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7ab702 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e0a32d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddd42ad View commit details
    Browse the repository at this point in the history