From 247a52c97189989e0fd557fff2b3036ef19688dc Mon Sep 17 00:00:00 2001 From: Ojong Enow Date: Dec 10 2021 12:11:19 +0000 Subject: include missing xfce and soas spins in aarch64 alt page --- diff --git a/alt.fedoraproject.org/data/content/alt/index.html b/alt.fedoraproject.org/data/content/alt/index.html index c08e12b..5f4d0c4 100644 --- a/alt.fedoraproject.org/data/content/alt/index.html +++ b/alt.fedoraproject.org/data/content/alt/index.html @@ -88,7 +88,7 @@

${_('Download')} | ${_('Verify')}

-
+
@@ -104,6 +104,34 @@
+ +
+
+

${_('Fedora XFCE')}

+
+
+

${Markup(_('%sGB raw image')) % global_variables.iso_size['aarch64_XFCE']}

+
+ +
+
+
+ +
+
+

${_('Fedora Sugar on a Stick')}

+
+
+

${Markup(_('%sGB raw image')) % global_variables.iso_size['aarch64_SOAS']}

+
+ +
+
+
diff --git a/alt.fedoraproject.org/static/images/soas.png b/alt.fedoraproject.org/static/images/soas.png new file mode 100644 index 0000000..435df56 Binary files /dev/null and b/alt.fedoraproject.org/static/images/soas.png differ diff --git a/alt.fedoraproject.org/static/images/xfce.png b/alt.fedoraproject.org/static/images/xfce.png new file mode 100644 index 0000000..a864a21 Binary files /dev/null and b/alt.fedoraproject.org/static/images/xfce.png differ diff --git a/build.d/globalvar.py b/build.d/globalvar.py index 305d2af..2742e43 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -130,6 +130,8 @@ iso_size={ 'aarch64_KDE_live': '1.9', # In GB 'aarch64_KDE_raw': '4.0', # In GB 'aarch64_min': '412', # In MB + 'aarch64_SOAS': '2.1', # In GB + 'aarch64_XFCE': '3.0', # In GB 'ppc64_Server_DVD': '3.0', # In GB 'ppc64_Server_net': '597', # In MB 'ppc64_Cloud_net': '520', # In MB