Bug 239053 - koji keeps a copy of ~/.fedora.cert that may be out-of-date
Summary: koji keeps a copy of ~/.fedora.cert that may be out-of-date
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: koji
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-04 17:38 UTC by Zack Cerza
Modified: 2013-01-10 01:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-05-22 22:01:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Zack Cerza 2007-05-04 17:38:21 UTC
Description of problem:
fedora-packager-setup.sh copies ~/.fedora.cert to ~/.koji/client.crt, but only
if the latter does not exist. If someone runs the script once, and later their
cert expires and then get a new one, and run the script again, they'll try (and
fail) to import the "new" cert into Firefox.

If they're anything like me, they'll try it over and over, in slightly different
ways, eventually asking for help and file a bug on NSS before they see the real
problem. :)

Version-Release number of selected component (if applicable):
koji-1.1-1.fc7.noarch

Additional info:
 8  if [ ! -f ~/.koji/client.crt ]; then
 9      if [ -f ~/.fedora.cert ]; then
10          cp ~/.fedora.cert  ~/.koji/client.crt

Why not just use a hardlink?

Comment 1 Jesse Keating 2007-05-22 22:01:49 UTC
This has been fixed.


Note You need to log in before you can comment on or make changes to this bug.