Hide Forgot
abrt version: 1.1.18 architecture: x86_64 Attached file: backtrace, 2154 bytes cmdline: /usr/bin/python /usr/bin/fedpkg pull component: fedora-packager executable: /usr/bin/fedpkg kernel: 2.6.35.14-96.fc14.x86_64 package: fedpkg-0.5.9.2-2.fc14 reason: config.py:247:_read:ParsingError: File contains parsing errors: /home/remote/eblake/.gitconfig release: Fedora release 14 (Laughlin) time: 1317654788 uid: 14986 How to reproduce ----- 1. Apparently, fedpkg doesn't like the contents of my ~/.gitconfig, even though git manages just fine 2. 3.
Created attachment 526082 [details] File: backtrace
I experienced this as well doing 'fedpkg build'. The problem seems to be leading spaces on property names. After removing the indentation, fedpkg worked. Eg: [user] name = Jeff Ortel email = jortel change to: [user] name = Jeff Ortel email = jortel
I believe that's actually a bug in GitPython that may be fixed by the newer build I'm putting out.
Does seem to be fixed with the latest GitPython available.