extras-buildsys/builder CONFIG.py,1.1,1.2 builder.py,1.1,1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Jun 28 02:03:15 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/builder
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24794/builder

Modified Files:
	CONFIG.py builder.py 
Log Message:
More fixup for new location


Index: CONFIG.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/builder/CONFIG.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CONFIG.py	27 Jun 2005 21:29:21 -0000	1.1
+++ CONFIG.py	28 Jun 2005 02:03:12 -0000	1.2
@@ -22,13 +22,13 @@
 config_opts['fileserver_port'] = 8889
 config_opts['xmlrpc_port'] = 8888
 
-CLIENT_DIR = "/etc/plague/client"
+BUILDER_DIR = "/etc/plague/builder"
 
 # SSL Certs and keys
 # MUST be full path to cert
-config_opts['client_cert'] = CLIENT_DIR + "/certs/client_cert.pem"
-config_opts['client_key'] = CLIENT_DIR + "/certs/client_key.pem"
-config_opts['ca_cert'] = CLIENT_DIR + "/certs/ca_cert.pem"
+config_opts['client_cert'] = BUILDER_DIR + "/certs/client_cert.pem"
+config_opts['client_key'] = BUILDER_DIR + "/certs/client_key.pem"
+config_opts['ca_cert'] = BUILDER_DIR + "/certs/ca_cert.pem"
 
 # Where to keep SRPMs to build and the finished products
 # and logs.


Index: builder.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/builder/builder.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- builder.py	27 Jun 2005 21:29:21 -0000	1.1
+++ builder.py	28 Jun 2005 02:03:13 -0000	1.2
@@ -38,7 +38,7 @@
 
 
 # Load in the config
-execfile("/etc/plague/client/CONFIG.py")
+execfile("/etc/plague/builder/CONFIG.py")
 
 
 g_our_hostname = None




More information about the fedora-extras-commits mailing list