Bug 1024429 - fedpkg should depend on packagedb-cli, otherwise fedpkg retire fails
Summary: fedpkg should depend on packagedb-cli, otherwise fedpkg retire fails
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fedpkg
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Dennis Gilmore
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-29 16:07 UTC by Martin Milata
Modified: 2014-09-26 16:30 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-26 16:30:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Milata 2013-10-29 16:07:36 UTC
Example:

$ fedpkg retire "No longer used, replaced by satyr"
rm '.gitignore'
rm 'btparser.spec'
rm 'sources'
[f19 74ae7ee] No longer used, replaced by satyr
 4 files changed, 1 insertion(+), 164 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 btparser.spec
 create mode 100644 dead.package
 delete mode 100644 sources
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1/1), done.
Writing objects: 100% (3/3), 297 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: Emitting a message to the fedmsg bus.
To ssh://mmilata.org/btparser
   67fc969..74ae7ee  f19 -> f19
Could not retire package: [Errno 2] No such file or directory

After installing packagedb-cli, the command works as expected.

Comment 1 Martin Milata 2013-10-29 16:09:13 UTC
fedpkg version: fedpkg-1.14-1.fc19.noarch


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