mock Makefile,1.6,1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Nov 20 21:57:32 UTC 2005


Author: scop

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28980

Modified Files:
	Makefile 
Log Message:
Exclude CVS stuff from tarball.


Index: Makefile
===================================================================
RCS file: /cvs/fedora/mock/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	5 Aug 2005 08:11:17 -0000	1.6
+++ Makefile	20 Nov 2005 21:57:30 -0000	1.7
@@ -32,7 +32,7 @@
 	@dir=$$PWD; cd /tmp; cp -a $$dir ${PKGNAME}
 	@rm -rf /tmp/${PKGNAME}/${PKGNAME}-daily.spec /tmp/${PKGNAME}/build /tmp/${PKGNAME}/dist
 	@mv /tmp/${PKGNAME} /tmp/${PKGNAME}-$(VERSION)
-	@dir=$$PWD; cd /tmp; tar cvzf $$dir/${PKGNAME}-$(VERSION).tar.gz ${PKGNAME}-$(VERSION)
+	@dir=$$PWD; cd /tmp; tar cvz --exclude=CVS --exclude=.cvsignore -f $$dir/${PKGNAME}-$(VERSION).tar.gz ${PKGNAME}-$(VERSION)
 	@rm -rf /tmp/${PKGNAME}-$(VERSION)	
 	@echo "The archive is in ${PKGNAME}-$(VERSION).tar.gz"
 




More information about the fedora-extras-commits mailing list