extras-buildsys ChangeLog,1.83,1.84

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
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27005

Modified Files:
	ChangeLog 
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: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	2 Aug 2005 00:58:16 -0000	1.83
+++ ChangeLog	2 Aug 2005 04:10:26 -0000	1.84
@@ -1,5 +1,20 @@
 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'
+
+2005-08-01  Dan Williams <dcbw at redhat.com>
+
     * common/AuthedXMLRPCServer.py
       common/SSLConnection.py
       server/Builder.py




More information about the scm-commits mailing list