Description of problem: I received this error when setting up a clean fedora packager environment: $ fedora-packager-setup Setting up Fedora packager environment Saved: /home/alexh/.fedora-server-ca.cert Linking: ~/.fedora-server-ca.cert to ~/.fedora-upload-ca.cert Traceback (most recent call last): File "/usr/bin/fedora-packager-setup", line 131, in <module> main() File "/usr/bin/fedora-packager-setup", line 117, in main os.unlink(upload_ca_cert) OSError: [Errno 2] No such file or directory: '/home/alexh/.fedora-upload-ca.cert' Linking that file manually with ln -s allowed the command to proceed. Version-Release number of selected component (if applicable): fedora-packager-0.3.3-1.fc11.noarch
Created attachment 345256 [details] missing check patch
The issue is that it is only checking to see if the file is no linked, it then assumes that the file is real and then trys to delete it. The patch adds a check to see if the file is actually there first.
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
fedora-packager-0.3.4-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/fedora-packager-0.3.4-2.fc11
fedora-packager-0.3.4-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/fedora-packager-0.3.4-2.fc10
fedora-packager-0.3.4-2.fc10 has been pushed to the Fedora 10 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: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-6961
fedora-packager-0.3.4-2.fc11 has been pushed to the Fedora 11 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: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-6995
fedora-packager-0.3.4-3.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/fedora-packager-0.3.4-3.fc10
fedora-packager-0.3.4-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/fedora-packager-0.3.4-3.fc11
The issue is resolved, I added karma to updates page.
fedora-packager-0.3.4-3.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
fedora-packager-0.3.4-3.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.