[Git][reproducible-builds/reproducible-notes][master] 3 commits: Add "timestamps_in_cmake" issue.
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Sun Oct 17 07:51:01 UTC 2021
Vagrant Cascadian pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
58a76f9c by Vagrant Cascadian at 2021-10-17T00:38:07-07:00
Add "timestamps_in_cmake" issue.
- - - - -
48f7dc55 by Vagrant Cascadian at 2021-10-17T00:38:07-07:00
flightgear: Mark with "timestamps_in_cmake"
- - - - -
5b74fb4a by Vagrant Cascadian at 2021-10-17T00:45:54-07:00
wxmaxima: Mark with "timestamps_in_cmake".
- - - - -
2 changed files:
- issues.yml
- packages.yml
Changes:
=====================================
issues.yml
=====================================
@@ -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
=====================================
@@ -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:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/b8015d22d2c60a6586f2192761d03d76bb64d8f0...5b74fb4adc9ca07aa0db359123c9057bb4ab4abd
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/b8015d22d2c60a6586f2192761d03d76bb64d8f0...5b74fb4adc9ca07aa0db359123c9057bb4ab4abd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20211017/e89b767e/attachment.htm>
More information about the rb-commits
mailing list