Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152938878
D52405.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
773 B
Referenced Files
None
Subscribers
None
D52405.diff
View Options
diff --git a/release/Makefile b/release/Makefile
--- a/release/Makefile
+++ b/release/Makefile
@@ -165,6 +165,7 @@
rm -f ${DISTDIR}/usr/src
ln -s ${WORLDDIR} ${DISTDIR}/usr/src
( cd ${DISTDIR} && ${TAR_XZ_CMD} -cLvf ${.OBJDIR}/src.txz \
+ --mtime=@${GITEPOCH} \
--exclude .svn --exclude .zfs \
--exclude .git --exclude @ --exclude usr/src/release/dist \
--exclude usr/src/release/obj usr/src )
@@ -174,6 +175,7 @@
rm -f ${DISTDIR}/usr/ports
ln -s ${PORTSDIR} ${DISTDIR}/usr/ports
( cd ${DISTDIR} && ${TAR_XZ_CMD} -cLvf ${.OBJDIR}/ports.txz \
+ --mtime=@${GITEPOCH} \
--exclude .git --exclude .svn \
--exclude usr/ports/distfiles --exclude usr/ports/packages \
--exclude 'usr/ports/INDEX*' --exclude work usr/ports )
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 5:10 AM (17 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31747520
Default Alt Text
D52405.diff (773 B)
Attached To
Mode
D52405: release: Build distribution sets with --mtime set
Attached
Detach File
Event Timeline
Log In to Comment