extras-buildsys/www indiv.psp,1.3,1.4

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


Author: dcbw

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

Modified Files:
	indiv.psp 
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: indiv.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/indiv.psp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- indiv.psp	23 Jul 2005 00:55:31 -0000	1.3
+++ indiv.psp	2 Aug 2005 04:10:33 -0000	1.4
@@ -53,7 +53,7 @@
         # default cutoff is 1 day
         cutoff_time = 86400
 
-        status_list = ['ALL', 'waiting', 'building', 'addtorepo', 'needsign', 'failed', 'killed']
+        status_list = ['ALL', 'waiting', 'building', 'addtorepo', 'needsign', 'failed', 'finished']
 %>
 
 <center>




More information about the scm-commits mailing list