Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
b8015d22d2c60a6586f2192761d03d76bb64d8f0...5b74fb4adc9ca07aa0db359123c9057bb4ab4abd
Commits (3)
Add "timestamps_in_cmake" issue.
· 58a76f9c
Vagrant Cascadian
authored
Oct 17, 2021
58a76f9c
flightgear: Mark with "timestamps_in_cmake"
· 48f7dc55
Vagrant Cascadian
authored
Oct 17, 2021
48f7dc55
wxmaxima: Mark with "timestamps_in_cmake".
· 5b74fb4a
Vagrant Cascadian
authored
Oct 17, 2021
5b74fb4a
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
5b74fb4a
...
...
@@ -869,6 +869,14 @@ captures_kernel_version:
.
Sub-issue: captures_kernel_version_via_CMAKE_SYSTEM
deterministic
:
True
timestamps_in_cmake
:
description
:
|
Timestamps generated by cmake TIMESTAMP function respect
SOURCE_DATE_EPOCH, but use the local timezone. In CMakeLists.txt,
uses of the TIMESTAMP function need to specify the timezone as
UTC:
.
string(TIMESTAMP CURRENT_TIME "%Y-%m-%d" UTC)
timestamps_in_allegro_dat_files
:
description
:
|
`.dat` files from the Allegro framework are basically archives. The `dat`
...
...
packages.yml
View file @
5b74fb4a
...
...
@@ -5720,6 +5720,7 @@ flightgear:
version: 1:2016.2.1+dfsg-6
issues:
- gcc_captures_build_path
- timestamps_in_cmake
flint:
version: 2.5.2-9
issues:
...
...
@@ -30465,6 +30466,8 @@ wxmaxima:
Uses cmake timestamp in manpages, which respects
SOURCE_DATE_EPOCH, but needs timestamp explicitly set to UTC to
avoid timezone variation.
issues:
- timestamps_in_cmake
bugs:
- 983148
wxwidgets3.0:
...
...