extras-buildsys/common Makefile,1.6,1.7

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jul 18 21:26:32 UTC 2005


Author: dcbw

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

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

    * builder/builder.py
      common/ArchUtils.py
      server/PackageJob.py
        - Allow the server and builder to actually build "sub" arches
            like i486/sparcv9/etc, which broke after the the builder
            changes on 2005-07-16




Index: Makefile
===================================================================
RCS file: /cvs/fedora/extras-buildsys/common/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	10 Jul 2005 06:30:16 -0000	1.6
+++ Makefile	18 Jul 2005 21:26:30 -0000	1.7
@@ -8,13 +8,14 @@
 PYMODULEDIR=$(DESTDIR)$(LIBDIR)/python$(PYVERSION)/site-packages/$(PKGNAME)
 
 FILES = \
+	ArchUtils.py \
 	CommonErrors.py \
 	FileDownloader.py \
 	HTTPSURLopener.py \
 	HTTPServer.py \
 	AuthedXMLRPCServer.py \
 	SSLCommon.py \
-        SSLConnection.py \
+	SSLConnection.py \
 	XMLRPCServerProxy.py \
 	lighttpdManager.py \
 	daemonize.py \




More information about the scm-commits mailing list