From b5e45c62e9cdc3dd3cbef9982aed592016309bff Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 8 Dec 2023 09:27:24 -0600 Subject: Publish 20231210 snapshot media. The rootfs images are now both generated by Horizon, and the full rootfs image name gets a '-full' suffix. Update accordingly. See also: adelie-infra/automedia@858fe6e5657302d7356ba3d8a0da28210a653f92 --- src/download/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/download/index.html b/src/download/index.html index ac6b704..ba1c1ee 100644 --- a/src/download/index.html +++ b/src/download/index.html @@ -399,7 +399,7 @@ __FOOTER__ version = "1.0"; release = "beta5"; - gendate = "20231027"; + gendate = "20231210"; disturl = "//distfiles.adelielinux.org/adelie"; inittext = "Adélie" + " " + version + "-" + release + " (" + gendate + ")"; @@ -502,10 +502,10 @@ __FOOTER__ } /** - * platform : rootfs + * platform : rootfs-full */ - if ($("#platform").val() === 'rootfs') + if ($("#platform").val() === 'rootfs-full') { $("#downloadlink").attr("href", disturl + "/" + version + "-" + release + "/iso/" @@ -596,7 +596,7 @@ __FOOTER__ }); $('#platform-fullrootfs').click(function() { - $('#platform').val('rootfs'); + $('#platform').val('rootfs-full'); $("#platform").attr("human","Full Rootfs"); $('#environment').val(''); $('#environment').attr("human",""); -- cgit v1.2.3-70-g09d2