bin/165868: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Mar 9 03:30:18 UTC 2012


The following reply was made to PR bin/165868; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/165868: commit references a PR
Date: Fri,  9 Mar 2012 02:23:16 +0000 (UTC)

 Author: nwhitehorn
 Date: Fri Mar  9 02:23:03 2012
 New Revision: 232714
 URL: http://svn.freebsd.org/changeset/base/232714
 
 Log:
   Make sure not to tar up CVS directories if this ports tree is a CVS
   checkout.
   
   PR:		bin/165868
   MFC after:	5 days
 
 Modified:
   head/release/Makefile
 
 Modified: head/release/Makefile
 ==============================================================================
 --- head/release/Makefile	Fri Mar  9 02:13:47 2012	(r232713)
 +++ head/release/Makefile	Fri Mar  9 02:23:03 2012	(r232714)
 @@ -90,6 +90,7 @@ ports.txz:
  	mkdir -p ${DISTDIR}/usr
  	ln -fs ${PORTSDIR} ${DISTDIR}/usr/ports
  	cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/ports.txz \
 +	    --exclude CVS --exclude .svn \
  	    --exclude usr/ports/distfiles --exclude usr/ports/packages \
  	    --exclude 'usr/ports/INDEX*' --exclude work usr/ports
  
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-sysinstall mailing list