Bug 667507
| Summary: | Latest python in Rawhide broke fedpkg | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Walsh <dwalsh> |
| Component: | python | Assignee: | Dave Malcolm <dmalcolm> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dan, dennis, dmalcolm, ivazqueznet, james.antill, jonathansteffan |
| 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: | 2011-01-05 20:04:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 667433 *** |
Description of problem: fedpkg clone -B xguest Traceback (most recent call last): File "/usr/bin/fedpkg", line 1086, in <module> args.command(args) File "/usr/bin/fedpkg", line 425, in clone pyfedpkg.clone_with_dirs(args.module[0], args.user) File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 414, in clone_with_dirs clone(module, user, top_path, bare_dir=repo_path) File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 382, in clone _run_command(cmd) File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 136, in _run_command subprocess.list2cmdline(cmd)) AttributeError: 'module' object has no attribute 'list2cmdline' [Exit 1]