Closes [FEATURE]: Request ISO-8601 date format be standardized on #21

main
Matt C 2 years ago
parent 96c5adb158
commit 153afb2866

@ -18,7 +18,8 @@ jobs:
id: build
run: |
# Set BUILD_DATE
export BUILD_DATE=$(date +'%m-%d-%g-%H-%M')
# 2022-09-29
export BUILD_DATE=$(date +'%Y-%m-%d')
# Make sure container is up-to-date
pacman -Syu --needed --noconfirm

@ -73,10 +73,10 @@ RemoteFileSigLevel = Never
# after the header, and they will be used before the default mirrors.
[crystal-x86_64]
Server = https://repo.getcryst.al/x86_64/
Include = /etc/pacman.d/crystal-mirrorlist
[crystal-any]
Server = https://repo.getcryst.al/any/
Include = /etc/pacman.d/crystal-mirrorlist
#[testing]
#Include = /etc/pacman.d/mirrorlist

@ -2,10 +2,10 @@
# shellcheck disable=SC2034
iso_name="crystal-live"
iso_label="CRYS_$(date +%Y%m)"
iso_label="CRYS_$(date +'%Y-%m-%d')"
iso_publisher="Crystal Linux <https://getcryst.al>"
iso_application="Crystal Linux Live"
iso_version="$(date +"%m-%d-%g-%H-%M")"
iso_version="$(date +'%Y-%m-%d')"
install_dir="arch"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"

Loading…
Cancel
Save