mirrorman website_dummy.py,1.1,1.2

Elliot Lee (sopwith) fedora-extras-commits at redhat.com
Tue Jun 7 19:03:36 UTC 2005


Author: sopwith

Update of /cvs/fedora/mirrorman
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6022

Modified Files:
	website_dummy.py 
Log Message:
Add dummy module for testing purposes


Index: website_dummy.py
===================================================================
RCS file: /cvs/fedora/mirrorman/website_dummy.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- website_dummy.py	7 Jun 2005 19:02:07 -0000	1.1
+++ website_dummy.py	7 Jun 2005 19:03:32 -0000	1.2
@@ -9,7 +9,9 @@
 domain = 'fedora.redhat.com'
 accounts_email = 'accounts@%s' % domain
 dbname_map = {'auth':'fedorausers'}
-dbcnx_map = {}
+dbcnx_map = {
+    'local':{'host':None, 'user':None, 'password':None'}
+}
 
 def print_header(title, auth_username=None, cache=0):
     print "Content-type: text/html"




More information about the fedora-extras-commits mailing list