Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/baseline/profiledef.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-02-26 12:59:56 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-02-26 12:59:56 +0100
commit702200a7b8aac8a18644ac4a0c52a4fca16099b2 (patch)
tree2f9591351ec8267793e37066460a7f265fe59d88 /configs/baseline/profiledef.sh
parent876044a7b4432ffcf6f9d163c90fb4c982328b8e (diff)
parentcedb3d142c470511ba1bb86fa987fd9bb39501d2 (diff)
Merge branch 'upstreamMaster'
Diffstat (limited to 'configs/baseline/profiledef.sh')
-rw-r--r--configs/baseline/profiledef.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh
index ed486ca..63acce1 100644
--- a/configs/baseline/profiledef.sh
+++ b/configs/baseline/profiledef.sh
@@ -2,10 +2,10 @@
# shellcheck disable=SC2034
iso_name="archlinux-baseline"
-iso_label="ARCH_$(date +%Y%m)"
+iso_label="ARCH_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
iso_publisher="Arch Linux <https://archlinux.org>"
iso_application="Arch Linux baseline"
-iso_version="$(date +%Y.%m.%d)"
+iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
install_dir="arch"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'