diff options
| author | nl6720 <nl6720@gmail.com> | 2023-03-16 09:45:00 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2023-05-17 15:23:44 +0300 |
| commit | 8cc0e9e5b09d504a50701a825f0ab9992ed73b6f (patch) | |
| tree | 6947b1620022c02320430bb9fd44def2b7a21d22 /CHANGELOG.rst | |
| parent | ce8fdedbf7af54544983f87472f8854b7b850603 (diff) | |
| download | archiso-8cc0e9e5b09d504a50701a825f0ab9992ed73b6f.tar.gz archiso-8cc0e9e5b09d504a50701a825f0ab9992ed73b6f.tar.bz2 | |
mkarchiso: read SOURCE_DATE_EPOCH from file early
When restarting an interrupted build, SOURCE_DATE_EPOCH needs to be
available before `profiledef.sh` is read, since it may reference it.
Fixes 7c6f266ec94e3eff23466ed8d0c45e4bee0ddae4
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8630bd..36d173d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,10 +23,13 @@ Deprecated Fixed ----- +<<<<<<< HEAD - Wait for ``network-online.target`` to become active before trying to download the script passed via the ``script=`` boot parameter. - Subdirectories from ``grub/`` are copied to the ISO. - Modify the commandline options to a ``cp`` command in ``mkarchiso`` so that the entire script does not exit with failure when a custom ``.bashrc`` file is supplied with the archiso configuration. This fix was needed after **GNU Coreutils** recently changed the behaviour of the ``-n`` (or ``--no-clobber``) commandline option to the ``cp`` command. +- Ensure ``SOURCE_DATE_EPOCH`` is read from the ``build_date`` file before ``profiledef.sh`` is sourced to ensure the + variable has a correct value when used inside ``profiledef.sh``. Removed ------- |
