extras-buildsys ChangeLog,1.89,1.90

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Aug 5 16:24:08 UTC 2005


Author: dcbw

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

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

    * builder/builder.py
        - (_mock_done): hand-wavy attempt to ensure the mock child process
            is always reaped

    * client/client.py
        - (enqueue, enqueue_srpm): Print out returned job UID
        - (detail_job): remove bogus email argument

    * server/BuildMaster.py
        - (create_job_request): new function to consolidate job request creation
        - (enqueue, enqueue_srpm): consolidate to one enqueue() function since
            the database really makes no distinction between CVS and SRPM jobs
        - (_start_new_jobs): return UID to requester when we become aware of it

    * server/UserInterface.py
        - (_wait_for_uid): new function, waits max 3 seconds for the BuildMaster
            to return the new job's UID
        - (enqueue, enqueue_srpm): use create_job_request(), and wait for the
            job's UID to be returned from the BuildMaster, which we then pass
            back to the client
        - (detail_job): remove bogus email argument
        - (_kill_job): warn user if the job is no longer building or waiting to
            be added to the repo.  We can't kill jobs if they are no longer building.

    * www/job.psp
        - detail_job()'s email argument got removed, remove it here to




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	4 Aug 2005 21:12:42 -0000	1.89
+++ ChangeLog	5 Aug 2005 16:24:06 -0000	1.90
@@ -1,3 +1,32 @@
+2005-08-05  Dan Williams <dcbw at redhat.com>
+
+    * builder/builder.py
+        - (_mock_done): hand-wavy attempt to ensure the mock child process
+            is always reaped
+
+    * client/client.py
+        - (enqueue, enqueue_srpm): Print out returned job UID
+        - (detail_job): remove bogus email argument
+
+    * server/BuildMaster.py
+        - (create_job_request): new function to consolidate job request creation
+        - (enqueue, enqueue_srpm): consolidate to one enqueue() function since
+            the database really makes no distinction between CVS and SRPM jobs
+        - (_start_new_jobs): return UID to requester when we become aware of it
+
+    * server/UserInterface.py
+        - (_wait_for_uid): new function, waits max 3 seconds for the BuildMaster
+            to return the new job's UID
+        - (enqueue, enqueue_srpm): use create_job_request(), and wait for the
+            job's UID to be returned from the BuildMaster, which we then pass
+            back to the client
+        - (detail_job): remove bogus email argument
+        - (_kill_job): warn user if the job is no longer building or waiting to
+            be added to the repo.  We can't kill jobs if they are no longer building.
+
+    * www/job.psp
+        - detail_job()'s email argument got removed, remove it here to
+
 2005-08-04  Dan Williams <dcbw at redhat.com>
 
     * server/UserInterface.py




More information about the scm-commits mailing list