extras-buildsys ChangeLog,1.70,1.71

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jul 22 21:35:28 UTC 2005


Author: dcbw

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

Modified Files:
	ChangeLog 
Log Message:
2005-07-22  Dan Williams <dcbw at redhat.com>

    * builder/builder.py
        - Fix traceback when killing jobs on shutdown of the builder

    * client/client.py
        - Add a job detail command

    * server/ArchJob.py
        - Store job start and end times in the database

    * server/BuildMaster.py
        - Remove JobsQuery class, no longer used
        - Store more info in the job database to support web front end features
        - Don't try to restart jobs in the 'initialize' state since they'll
            get restarted anyway

    * server/PackageJob.py
        - Generalize log URL construction so it can be accessed from the user interface
        - Pass more job info to the BuildMaster to be written to the DB
        - Don't use tempfile.mkdtemp(), it seems to have issues
        - Return 30 lines of log rather than 20

    * server/User.py
        - Grab a new connection to the database on every access, so that
            user addition/modification can happen when the server is running

    * server/UserInterface.py
        - Add a "job detail" interface that returns information about a single
            specific job

    * server/main.py
        - Greatly reduce buffer size for the logfile, now it actually gets written
            out in a timely fashion




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	22 Jul 2005 05:39:13 -0000	1.70
+++ ChangeLog	22 Jul 2005 21:35:26 -0000	1.71
@@ -1,5 +1,40 @@
 2005-07-22  Dan Williams <dcbw at redhat.com>
 
+    * builder/builder.py
+        - Fix traceback when killing jobs on shutdown of the builder
+
+    * client/client.py
+        - Add a job detail command
+
+    * server/ArchJob.py
+        - Store job start and end times in the database
+
+    * server/BuildMaster.py
+        - Remove JobsQuery class, no longer used
+        - Store more info in the job database to support web front end features
+        - Don't try to restart jobs in the 'initialize' state since they'll
+            get restarted anyway
+
+    * server/PackageJob.py
+        - Generalize log URL construction so it can be accessed from the user interface
+        - Pass more job info to the BuildMaster to be written to the DB
+        - Don't use tempfile.mkdtemp(), it seems to have issues
+        - Return 30 lines of log rather than 20
+
+    * server/User.py
+        - Grab a new connection to the database on every access, so that
+            user addition/modification can happen when the server is running
+
+    * server/UserInterface.py
+        - Add a "job detail" interface that returns information about a single
+            specific job
+
+    * server/main.py
+        - Greatly reduce buffer size for the logfile, now it actually gets written
+            out in a timely fashion
+
+2005-07-22  Dan Williams <dcbw at redhat.com>
+
     * Web front-end cleanup
         - Use Diana Fong's new design.  Delicious!
 




More information about the fedora-extras-commits mailing list