extras-buildsys/server CONFIG.py,1.11,1.12

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sun Jun 26 15:14:14 UTC 2005


Author: dcbw

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

Modified Files:
	CONFIG.py 
Log Message:
2005-06-26  Dan Williams <dcbw at redhat.com>

    * utils/package-builder.py
        - Report server errors

    * Fix paths in config files




Index: CONFIG.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/server/CONFIG.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- CONFIG.py	17 Jun 2005 03:10:29 -0000	1.11
+++ CONFIG.py	26 Jun 2005 15:14:12 -0000	1.12
@@ -19,7 +19,7 @@
 config_opts['ssl_buildclients'] = True
 
 
-SERVER_BASE_DIR = "/work/extras-buildsys/server"
+SERVER_BASE_DIR = "/etc/plague/server"
 
 # SSL Cert and key bits
 # MUST be full path to cert
@@ -56,14 +56,14 @@
 # Further architectures on a per-package basis are configured in each target's
 # package file.  See the config option 'addl_package_arches_dir'.
 #
-config_opts['targets'] = {  'devel' :	['sparc'] }
+config_opts['targets'] = {  'devel' :	['i386'] }
 
 # Target Optional Arches
 #
 # These are arches that submitters _may_ build packages on, but packages won't
 # be built on these arches by default.
 #
-config_opts['target_optional_arches'] = {   'devel' :	['sparc64'] }
+config_opts['target_optional_arches'] = { }
 
 
 # Additional Package Arches files
@@ -88,9 +88,7 @@
 
 
 # Builder Clients
-config_opts['builders'] = [ 'https://flare.boston.redhat.com:8888',
-			    'https://172.16.83.108:8888'
-			  ]
+config_opts['builders'] = [ 'https://127.0.0.1:8888' ]
 
 
 




More information about the scm-commits mailing list