extras-buildsys/builder CONFIG.py,1.8,1.9

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Aug 2 04:10:28 UTC 2005


Author: dcbw

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

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

    * Implement 'finished' state, allow users to move failed/needsign jobs
        to the 'finished' state

    * Random cleanups of database access code to make it more readable

    * Simplify user permissions

    * server/PackageJob.py
        - Each state/stage now has a private method called "_stage_<the-stage>"
            that gets called when the job is in that stage.  This simplifies
            the job's process routine quite a bit
        - Jobs now record a 'result', either 'success', 'failed', or 'killed'




Index: CONFIG.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/builder/CONFIG.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- CONFIG.py	28 Jul 2005 21:43:33 -0000	1.8
+++ CONFIG.py	2 Aug 2005 04:10:26 -0000	1.9
@@ -50,8 +50,8 @@
 # Where to keep SRPMs to build and the finished products
 # and logs.
 # WARNING: this directory is world-readable via HTTP!
-config_opts['builder_work_dir'] = "/srv/plague_builder"
+config_opts['builder_work_dir'] = "/tmp/builder_work"
 
 # User to drop privilege level to since we can't run mock as root,
 # but we have to run the HTTP server as root so it can chroot
-config_opts['builder_user'] = "plague-builder"
+config_opts['builder_user'] = "builder"




More information about the fedora-extras-commits mailing list