Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-01-28 20:54:32 +0200
committernl6720 <nl6720@gmail.com>2023-02-22 18:03:13 +0200
commit7c6f266ec94e3eff23466ed8d0c45e4bee0ddae4 (patch)
treea1c56e7bd1682c41e3533fa9a73da5ccc8849592 /CHANGELOG.rst
parent28d2bc11e3dc4a86667a8f5f379d8ac9c18c0a03 (diff)
configs/*/profiledef.sh: honor SOURCE_DATE_EPOCH
Ensure the **correct** date is used in `iso_label` and `iso_version`.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2b0d90f..d55c15d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -19,6 +19,7 @@ Changed
- Identify the ISO volume via a UUID instead of a file system label to avoid collisions of multiple ISOs created in the
same month.
+- Honor ``SOURCE_DATE_EPOCH`` in the ``date`` command used by ``profiledef.sh`` of the shipped profiles.
Removed
-------