Bug 1093867
Summary: | fedpkg retire needs to munge branch name sent to pkgdb-cli for epel branches | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Toshio Ernie Kuratomi <a.badger> |
Component: | fedpkg | Assignee: | Dennis Gilmore <dennis> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | dennis, fedora, opensource, s |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-20 20:38:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Toshio Ernie Kuratomi
2014-05-02 21:59:49 UTC
I'm seeing a potentially related issue for retiring Fedora packages at the moment with fedpkg-1.15-1.fc20.noarch First of all, if the origin remote url ends with ".git" (I'm not sure if I originally cloned that with fedpkg command or with Eclipse plugin), I get this error: No package found by this name Could not retire package: Command '['pkgdb-cli', 'orphan', '--retire', 'tesla-filelock.git', 'devel']' returned non-zero exit status 8 Then when I change the remote url to remove the ".git", this happens: No collection found by the name of devel Could not retire package: Command '['pkgdb-cli', 'orphan', '--retire', 'tesla-filelock', 'devel']' returned non-zero exit status 8 Using pkgdb-cli afterwards with the correct parameters works fine. This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 AFAIK this is fixed now. If there is still a problem with retirement, please re-open this bug or open a new one. |