Project

Profile

Help

Issue #6399

closed

When remote repository has directory structure pulp distribution generate wrong metadata

Added by ppicka about 4 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

When remote repository has directory structure e.g. RPM packages is in 'Packages' folder Pulp sync it well but after publish/distribution this repository primary.xml still has as location path 'Packages/pgk.rpm' but file itself is in root directory of PULPs' directory. It means that yum fail installation from this repository with '404 - Not Found'

Findings:

  • at publish artifacts [0] here it is the base path of package
  • at create metadata [1] it has full relative path of original repository root dir

Tested with CentOS7 repository [2]

[0] https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/tasks/publishing.py#L109 [1] https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/tasks/publishing.py#L259 [2] http://mirror.centos.org/centos/7.7.1908/os/x86_64/

Actions #1

Updated by pulpbot about 4 years ago

  • Status changed from NEW to POST
Actions #2

Updated by ttereshc about 4 years ago

  • Triaged changed from No to Yes
  • Sprint set to Sprint 69
Actions #3

Updated by rchan almost 4 years ago

  • Sprint deleted (Sprint 69)

Added by ppicka almost 4 years ago

Revision 8a0a3239 | View on GitHub

Alphabetical directory structure by default

Publish repository with directory structure sorter by first letter under 'Packages' directory.

Adjust docs scripts and tests to reflect the change. Added 'django' as test requirement.

/Packages/[a-z]/*.rpm /repodata

closes: #4445 closes: #6399

https://pulp.plan.io/issues/4445 https://pulp.plan.io/issues/6399

Actions #4

Updated by ppicka almost 4 years ago

  • Status changed from POST to MODIFIED
Actions #5

Updated by dalley almost 4 years ago

  • Sprint/Milestone set to Pulp RPM 3.3.0
Actions #6

Updated by dalley almost 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF