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

Resolve some issues around overlapping package relative paths #3426

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2024

  1. Remove location_href from the repo unique constraint

    This will avoid situations where the same package can potentially
    co-exist in a repo under different filenames.
    
    closes pulp#2678
    dralley committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e676352 View commit details
    Browse the repository at this point in the history
  2. Make relative_path a no-op

    Setting the relative_path during package upload is a highway straight to
    bad places. Users can set multiple packages to foo.rpm (or equivalent)
    provide names to packages that don't match their metadata and so forth.
    
    [noissue]
    dralley committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0c1432 View commit details
    Browse the repository at this point in the history