From 0cc6baff5ec408f89c0bcbf0d516ef5f323acc65 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 16 May 2008 08:53:28 -0400 Subject: Cert location changed recently. Reference the new location --- scripts/sign_unsigned.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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: -- cgit