Actions
Issue #1009
closedCannot perform any unit removal from the repos
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
2.7.0 Beta
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
$ pulp-admin rpm repo remove rpm --repo-id zoo --str-eq='name=zebra'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Task Failed
unassociate_by_criteria() takes at most 3 arguments (4 given)
$ pulp-admin iso repo remove --repo-id myiso --str-eq='name=test'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Task Failed
unassociate_by_criteria() takes at most 3 arguments (4 given)
Updated by ipanova@redhat.com over 9 years ago
- Project changed from RPM Support to Pulp
Updated by mhrivnak over 9 years ago
- Platform Release set to 2.7.0
- Triaged changed from No to Yes
Austin bet that this is pulp-admin passing an extra parameter.
Added by bcourt over 9 years ago
Added by bcourt over 9 years ago
Updated by bcourt over 9 years ago
- Status changed from NEW to POST
Updated by bcourt over 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|f45bb89e323b8a6adb1350ecb141e83509d83367.
Updated by dkliban@redhat.com over 9 years ago
- Status changed from MODIFIED to 5
Updated by pthomas@redhat.com over 9 years ago
- Status changed from 5 to 6
verified
[root@qe-blade-10 ~]# rpm -qa pulp-server
pulp-server-2.7.0-0.3.beta.el6.noarch
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# pulp-admin rpm repo remove rpm --repo-id zoo --str-eq='name=zebra'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Units Removed:
zebra-0.1-2-noarch
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# pulp-admin rpm repo remove rpm --repo-id zoo --str-eq='name=test'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Nothing found that matches the given criteria.
[root@qe-blade-10 ~]#
Updated by amacdona@redhat.com about 9 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Fix malformed call to unassociate_by_criteria
Fixes #1009
https://pulp.plan.io/issues/1009