extras-buildsys/client CONFIG.py,1.5,1.6

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jun 17 16:20:08 UTC 2005


Author: dcbw

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

Modified Files:
	CONFIG.py 
Log Message:
Add comment to clarify how buildroot names are constructed and passed to mock


Index: CONFIG.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/client/CONFIG.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CONFIG.py	15 Jun 2005 05:15:55 -0000	1.5
+++ CONFIG.py	17 Jun 2005 16:20:06 -0000	1.6
@@ -2,8 +2,21 @@
 
 config_opts = {}
 config_opts['builder_cmd'] = "/usr/bin/mock"
+
+# Distro and Repo:
+#
+# The build client constructs the buildroot name that it
+# passes to mock from a few things.  The format is:
+#
+# <distro_name>-<target>-<arch>-<repo_name>
+#
+# both <target> and <arch> come from the build server.
+# This constructed name NEEDS to match a mock config
+# file in /etc/mock.
 config_opts['distro_name'] = "fedora"
 config_opts['repo_name'] = "core"
+
+
 config_opts['fileserver_port'] = 8889
 config_opts['xmlrpc_port'] = 8888
 




More information about the scm-commits mailing list