summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2023-12-08 09:27:24 -0600
committerZach van Rijn <me@zv.io>2023-12-10 11:43:23 -0600
commitb5e45c62e9cdc3dd3cbef9982aed592016309bff (patch)
treebc48bb9db3f877508f22bac0f232f0ba679aa2c1
parentca57e2bd46f11bf2efdebbca8c7813235744fd5f (diff)
downloadsite-ng-b5e45c62e9cdc3dd3cbef9982aed592016309bff.tar.gz
site-ng-b5e45c62e9cdc3dd3cbef9982aed592016309bff.tar.bz2
site-ng-b5e45c62e9cdc3dd3cbef9982aed592016309bff.tar.xz
site-ng-b5e45c62e9cdc3dd3cbef9982aed592016309bff.zip
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
-rw-r--r--src/download/index.html8
1 files 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","");