summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-05-16 08:53:28 -0400
committerJesse Keating <jkeating@redhat.com>2008-05-16 08:53:28 -0400
commit0cc6baff5ec408f89c0bcbf0d516ef5f323acc65 (patch)
treec5c3776ec754a54e46258d68f03a13663d72103c
parentb66548500201cfc2f6b7b66bb4e52ef36d9b709e (diff)
downloadreleng-0cc6baff5ec408f89c0bcbf0d516ef5f323acc65.tar.gz
releng-0cc6baff5ec408f89c0bcbf0d516ef5f323acc65.tar.xz
releng-0cc6baff5ec408f89c0bcbf0d516ef5f323acc65.zip
Cert location changed recently. Reference the new location
-rwxr-xr-xscripts/sign_unsigned.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/sign_unsigned.py b/scripts/sign_unsigned.py
index 6468d54..923ce1a 100755
--- a/scripts/sign_unsigned.py
+++ b/scripts/sign_unsigned.py
@@ -692,9 +692,9 @@ class SignUnsigned(CliTool, KojiTool):
def cmd_default(self):
self.tweak_options()
- clientcert = os.path.join(os.path.expanduser('~'), '.koji/client.crt')
- clientca = os.path.join(os.path.expanduser('~'), '.koji/clientca.crt')
- serverca = os.path.join(os.path.expanduser('~'), '.koji/serverca.crt')
+ clientcert = os.path.join(os.path.expanduser('~'), '.fedora.cert')
+ clientca = os.path.join(os.path.expanduser('~'), '.fedora-upload-ca.cert')
+ serverca = os.path.join(os.path.expanduser('~'), '.fedora-server-ca.cert')
self.koji_session.ssl_login(clientcert, clientca, serverca) # NEEDSWORK
"Getting rpm list from koji"
if self.options.builds: