extras-buildsys ChangeLog,1.36,1.37 Makefile,1.3,1.4

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jun 27 21:29:22 UTC 2005


Author: dcbw

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

Modified Files:
	ChangeLog Makefile 
Log Message:
2005-06-26  Dan Williams <dcbw at redhat.com>

    * Move stuff around.  The client that package maintainers will use
        to submit jobs is now in client/, and the actual build daemon
        has moved to builder/




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Jun 2005 03:02:37 -0000	1.36
+++ ChangeLog	27 Jun 2005 21:29:20 -0000	1.37
@@ -1,5 +1,11 @@
 2005-06-26  Dan Williams <dcbw at redhat.com>
 
+    * Move stuff around.  The client that package maintainers will use
+        to submit jobs is now in client/, and the actual build daemon
+        has moved to builder/
+
+2005-06-26  Dan Williams <dcbw at redhat.com>
+
     * plague.spec
       Makefile
         - Make RPM builds using the specfile work


Index: Makefile
===================================================================
RCS file: /cvs/fedora/extras-buildsys/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	27 Jun 2005 03:02:37 -0000	1.3
+++ Makefile	27 Jun 2005 21:29:20 -0000	1.4
@@ -1,4 +1,4 @@
-SUBDIRS = client common server utils
+SUBDIRS = builder client common server utils
 
 PKGNAME = plague
 VERSION=$(shell awk '/Version:/ { print $$2 }' ${PKGNAME}.spec)
@@ -22,9 +22,9 @@
 	@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
 	@dir=$$PWD; cd /tmp; cp -a $$dir ${PKGNAME}
 	@rm -f /tmp/${PKGNAME}/${PKGNAME}-daily.spec
-	@rm -rf /tmp/${PKGNAME}/server/certs
+	@rm -rf /tmp/${PKGNAME}/builder/certs
 	@rm -rf /tmp/${PKGNAME}/client/certs
-	@rm -rf /tmp/${PKGNAME}/utils/certs
+	@rm -rf /tmp/${PKGNAME}/server/certs
 	@rm -rf `find /tmp/${PKGNAME} -name "CVS" | xargs`
 	@rm -f `find /tmp/${PKGNAME} -name ".#*" | xargs`
 	@rm -f `find /tmp/${PKGNAME} -name ".cvsignore" | xargs`




More information about the fedora-extras-commits mailing list