Bug 988611 - Infinitely recursive Packages link in published repositories.
Summary: Infinitely recursive Packages link in published repositories.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 2.2 Beta
Hardware: All
OS: Unspecified
unspecified
low
Target Milestone: ---
: 2.2.0
Assignee: Jason Connor
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-26 00:09 UTC by Ryan Bowlby
Modified: 2014-03-31 01:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-29 14:55:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Ryan Bowlby 2013-07-26 00:09:20 UTC
Description of problem:

Pulp repositories with no origin (where pulp is the origin) have a "Packages" directory and repodata directory. Clicking on the Packages directory sends you back to the same directory only the URL in the browser is now one deeper, e.g.

http://pulpserver/pulp/repos/prod-thirdparty/Packages/Packages/Packages/Packages/

Version-Release number of selected component (if applicable):

2.2.0-0.20.beta.el6

How reproducible:

All locally created repos experience this issue.

r='prod-thirdparty'

Steps to Reproduce:
1.pulp-admin rpm repo create --repo-id=${r} --display-name=${r} --relative-url=${r} --serve-http=true --serve-https=true --checksum-type=sha1
2.pulp-admin rpm repo publish run --repo-id $r
3. view published dir

Actual results:


Expected results:


Additional info:

Comment 1 Jason Connor 2013-08-29 14:55:49 UTC
This is by design and is required by RHEL 5 kickstart trees. Diagnosis: don't following the link


Note You need to log in before you can comment on or make changes to this bug.