Skip to content

Commit

Permalink
Make sure not to tar up CVS directories if this ports tree is a CVS
Browse files Browse the repository at this point in the history
checkout.

PR:		bin/165868
MFC after:	5 days
  • Loading branch information
nwhitehorn committed Mar 9, 2012
1 parent 84bb842 commit 6f4fc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f4fc34

Please sign in to comment.