Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
You get an error when trying to promote a product (repo) with a distribution
Steps:
1) If you sync: "Red Hat Enterprise Linux 6 Server RPMs 61 x86_64" it should pull down 1 Distribution associated with that repo.
2) Setup a DEV env
3) Create changeset, add "Red Hat Enterprise Linux" proudct
4) Review -> Promote
5) Notice error dialog:
"Pulp::Distribution: 404 Resource Not Found not found (GET /pulp/api/distribution/ks-Red%20Hat%20Enterprise%20Linux-Server-6.1-x86_64/): not found"
the problem is in the path above:
/pulp/api/distribution/
should be:
/pulp/api/distributions/
fixed in:
commit 4f256020689e7034aaba1ea3845df6f124775694
Author: Mike McCune <mmccune>
Date: Fri Dec 2 14:46:23 2011 -0800
759533 - proper path for distributions
Mike, I have to revert your change:
5f04fc8 Revert "759533 - proper path for distributions"
You have been using pulp-testing build, this is planned for community release next week. It broke it.
Please note this BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=753813
and all dependencies.
Setting back to ASSIGNED, once CR is ready we should commit it again.