Jürgen Buchmüller
|
c459dade15
|
gcc: add support for SOURCE_DATE_EPOCH environment
+ Create symlinks from gcc/patches/libcpp-source_date_epoch.patch to cross-*/files/
+ Make all the _apply_patch() functions the same
|
2016-03-08 13:49:52 +01:00 |
|
Enno Boland
|
d84d62940d
|
common/environment: check if package is under version control.
only use git commit date for SOURCE_DATE_EPOCH if the template is under version
control. Fall back to templates mtime if it's not managed by git.
|
2016-03-06 13:07:10 +01:00 |
|
Enno Boland
|
d285f4dcdb
|
common/environment: only load git commit date when in chroot.
|
2016-03-02 07:47:35 +01:00 |
|
Enno Boland
|
b5e49c48e7
|
common: replace XBPS_COMMIT_TIMESTAMP by SOURCE_DATE_EPOCH
This way we are compatible to the Debians proposal. See [1].
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg02210.html
|
2016-03-01 18:27:49 +01:00 |
|
Enno Boland
|
3c04642877
|
environment/build: overwrite __DATE__, __TIME__, and __TIMESTAMP__ macros.
This commit overwrites timestamps that depend on timestamps with the
commit date of a package.
|
2016-03-01 15:33:09 +01:00 |
|