FreeBSD Bugzilla – Attachment 135884 Details for
Bug 180940
.git files shouldn't be includded when making a release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 874 bytes, created by
Piotr Kubaj
on 2013-07-30 09:40:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2013-07-30 09:40:04 UTC
Size:
874 bytes
patch
obsolete
>--- Makefile 2013-07-30 10:27:41.844501940 +0200 >+++ Makefile.new 2013-07-30 10:28:43.864500616 +0200 >@@ -97,14 +97,14 @@ > src.txz: > mkdir -p ${DISTDIR}/usr > ln -fs ${WORLDDIR} ${DISTDIR}/usr/src >- cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/src.txz --exclude .svn --exclude .zfs \ >+ cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/src.txz --exclude .git --exclude .svn --exclude .zfs \ > --exclude CVS --exclude @ --exclude usr/src/release/dist usr/src > > ports.txz: > mkdir -p ${DISTDIR}/usr > ln -fs ${PORTSDIR} ${DISTDIR}/usr/ports > cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/ports.txz \ >- --exclude CVS --exclude .svn \ >+ --exclude CVS --exclude .svn --exclude .git\ > --exclude usr/ports/distfiles --exclude usr/ports/packages \ > --exclude 'usr/ports/INDEX*' --exclude work usr/ports
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180940
: 135884