commit 16dea770ffeddd5463ba61d97642ef22bf093a82 parent 52633e2acf20dd6f364ec161a99b3d049cebd57b Author: ccx <ccx@te2000.cz> Date: Fri, 15 Mar 2024 03:18:45 +0000 Update gentoo snapshot Diffstat:
M | zsh-functions/confz_containers_init | | | 16 | ++++++++++------ |
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -1284,21 +1284,25 @@ confz_container_nix_packages_installed_check() { # --- Gentoo --- confz_container_gentoo_from_snapshot_check() { checkvars containers_dir svscan_dir image_name system - defvar build 20240128T165521Z + defvar build 20240312T171909Z defvar checksum_algo sha256 - defvar mirror https://mirrors.gentoo.org/gentoo + #defvar mirror https://mirrors.gentoo.org/gentoo + defvar mirror http://ftp.fi.muni.cz/pub/linux/gentoo/ - case $vars[build] in - (20240128T165521Z) case $vars[system] in - (amd64-musl-hardened) + case $vars[system] in + (amd64-musl-hardened) case $vars[build] in + (20240128T165521Z) defvar checksum ab0bcfe9001dc0fc612e92fb2ccbbf1e2c03fd5630712515b28a1362268e15f1 ;; + (20240312T171909Z) + defvar checksum 2f3b224aeb231fec83652d9d9a5b9b80a28b46521bca7a0347a5ba212ae00e04 + ;; esac ;; esac defvar alpine_arch ${vars[system]%-*} - unify url $vars[mirror]/something/stage3-${vars[system]}-${vars[build]}.tar.xz + unify url $vars[mirror]/releases/${vars[build]%%-*}/autobuilds/$vars[build]/stage3-${vars[system]}-${vars[build]}.tar.xz (($+vars[checksum])) || die "No stored checksum for $url"