extras-buildsys-temp/automation2 ChangeLog,1.2,1.3

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri May 13 02:55:05 UTC 2005


Author: dcbw

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

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

    * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM
        queued by the user.  This mode CANNOT be enabled at the same time as CVS
        checkout mode, since its less secure.  It should only be used for local
        building and development.  To enable this mode, set the 'use_srpm_not_cvs'
        config option to True.

        enqueue_srpm(<user>, <package name>, <path to SRPM>, <target>)




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys-temp/automation2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	12 May 2005 16:48:15 -0000	1.2
+++ ChangeLog	13 May 2005 02:55:02 -0000	1.3
@@ -1,5 +1,15 @@
 2005-05-12  Dan Williams  <dcbw at redhat.com>
 
+    * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM
+        queued by the user.  This mode CANNOT be enabled at the same time as CVS
+        checkout mode, since its less secure.  It should only be used for local
+        building and development.  To enable this mode, set the 'use_srpm_not_cvs'
+        config option to True.
+
+        enqueue_srpm(<user>, <package name>, <path to SRPM>, <target>)
+
+2005-05-12  Dan Williams  <dcbw at redhat.com>
+
     * Add ability to drop ArchWelders and the jobs they are currently building,
         and to find them again when kicked to do so.  To do this, config file for
         the server got changed to CONFIG so we can reload(CONFIG) and get new




More information about the fedora-extras-commits mailing list