Bug 180940

Summary: .git files shouldn't be includded when making a release
Product: Base System Reporter: Piotr Kubaj <pkubaj>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 10.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Piotr Kubaj freebsd_committer freebsd_triage 2013-07-30 09:40:04 UTC
The Makefile script, located in $SRCDIR/release already excludes CVS and .svn files (as well as .zfs). But it doesn't work with a copy of FreeBSD source fetched from git, because of .git file that git creates. I know FreeBSD development takes place in SVN, but I use my computer to create an image of https://github.com/dumbbell/freebsd which is not yes in SVN.

How-To-Repeat: cd $SRCDIR
make buildworld
make buildkernel
make release
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-07-31 02:59:37 UTC
State Changed
From-To: open->closed

see misc/180941.