extras-buildsys/utils/pushscript Utils.py,1.21,1.22

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Oct 24 19:51:19 UTC 2007


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26053

Modified Files:
	Utils.py 
Log Message:
disable signkeycheck once more


Index: Utils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Utils.py	24 Oct 2007 19:43:06 -0000	1.21
+++ Utils.py	24 Oct 2007 19:51:14 -0000	1.22
@@ -81,7 +81,11 @@
         sys.exit(errno.EPERM)
 
 
+# FIXME: In ~/.rpmmacros we also set %_gpg_path
+# for GPG we would set --homedir
+# but we don't have this path in the Config_Foo.py file ;-)
 def sign_key_check(keyname):
+    return
     gpg = os.popen("gpg --list-secret-keys --with-colons '%s'" % keyname)
     gpgout = gpg.readlines()
     seckeys = 0




More information about the fedora-extras-commits mailing list