]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Stop using git commit timestamps for package releases
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 26 Aug 2024 11:08:25 +0000 (13:08 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 26 Aug 2024 13:22:29 +0000 (14:22 +0100)
commitcaf5eb586afa1a71ed04a3442585536930b150c2
treee2f3d03f66bddf7f45abc471af155ec9e21a1ebc
parent2e8e32e6d51b4426bae0c9fb7f0b93a1b9918963
mkosi: Stop using git commit timestamps for package releases

This prevents bisecting to figure out which commit broke something
as when going backwards the git commit timestamp will be older meaning
package managers will refuse to upgrade to the "older" version. Let's
make sure the release is always newer by using the current date unless
$SOURCE_DATE_EPOCH is set.
mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.build.chroot
mkosi.images/build/mkosi.conf.d/opensuse/mkosi.build.chroot