Bug 627174
| Summary: | fedpkg co -B <package> dysfunctional | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralf Corsepius <rc040203> |
| Component: | fedora-packager | Assignee: | Dennis Gilmore <dennis> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | dcantrell, dennis, matt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | fedora-packager-0.5.2.0-2.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-19 21:04:44 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 is already fixed in the latest built fedora-packager, which should hit updates-testing today. (In reply to comment #1) > This is already fixed in the latest built fedora-packager, which should hit > updates-testing today. On this side of the "big pond", it landed today. Thanks, it seems to work. *** Bug 627748 has been marked as a duplicate of this bug. *** fedora-packager-0.5.2.0-2.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/fedora-packager-0.5.2.0-2.el5 fedora-packager-0.5.2.0-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/fedora-packager-0.5.2.0-2.fc13 fedora-packager-0.5.2.0-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/fedora-packager-0.5.2.0-2.fc14 fedora-packager-0.5.2.0-2.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update fedora-packager'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/fedora-packager-0.5.2.0-2.el5 fedora-packager-0.5.2.0-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. fedora-packager-0.5.2.0-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. fedora-packager-0.5.2.0-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: $ fedpkg co -B ddd Cloning into bare repository /home/fedora/src/fedora/pkgs/git/ddd/fedpkg.git... Enter passphrase for key '/home/fedora/.ssh/id_fedora': remote: Counting objects: 227, done. remote: Compressing objects: 100% (92/92), done. remote: Total 227 (delta 120), reused 227 (delta 120) Receiving objects: 100% (227/227), 31.53 KiB, done. Resolving deltas: 100% (120/120), done. 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.6/site-packages/pyfedpkg/__init__.py", line 413, in clone_with_dirs clone(module, user, top_path, bare_dir=repo_path) File "/usr/lib/python2.6/site-packages/pyfedpkg/__init__.py", line 385, in clone repo = git.Repo(module) File "/usr/lib/python2.6/site-packages/git/repo.py", line 116, in __init__ raise InvalidGitRepositoryError(epath) git.errors.InvalidGitRepositoryError: /home/fedora/src/fedora/pkgs/git/ddd Version-Release number of selected component (if applicable): fedpkg-0.5.1.3-1.fc13.noarch How reproducible: Always Steps to Reproduce: 1. fedpkg co -B <arbitrary package> Actual results: c.f. above. Expected results: Function