hooks/pre-pkg: fixed mtime support for packages.

overwrites the mtime of all files in a package with the commit-date
of the package.
This commit is contained in:
Enno Boland
2016-02-19 13:45:49 +01:00
parent bb03d78ad0
commit 16050ad3f2
3 changed files with 34 additions and 1 deletions

View File

@@ -113,3 +113,9 @@ XBPS_SUCMD="sudo /bin/sh -c"
#
#XBPS_CHROOT_CMD=proot
#XBPS_CHROOT_CMD_ARGS=""
# [OPTIONAL]
# Enable fixed timestamps. If set xbps-src will overwrite the mtime of all files
# in a package with the commit date of the package.
#
#XBPS_USE_GIT_COMMIT_DATE=yes