From e39d2d8f34c594232d1b495b41d5d2f9d11173c3 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Sep 27 2021 04:59:25 +0000 Subject: Bump for f35 beta Signed-off-by: Rick Elrod --- diff --git a/alt.fedoraproject.org/data/content/index.html b/alt.fedoraproject.org/data/content/index.html index a9b02c9..3ab15ec 100644 --- a/alt.fedoraproject.org/data/content/index.html +++ b/alt.fedoraproject.org/data/content/index.html @@ -89,36 +89,6 @@

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

-

${_('Note: You can select different editions of Fedora to install with this netinstall. You are not limited to Server edition only.')}

@@ -150,26 +120,6 @@

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

-

${_('Note: You can select different editions of Fedora to install with this netinstall. You are not limited to Server edition only.')}

@@ -202,30 +152,6 @@

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

-

${_('Note: You can select different editions of Fedora to install with this netinstall. You are not limited to Server edition only.')}

diff --git a/alt.fedoraproject.org/data/content/prerelease/index.html b/alt.fedoraproject.org/data/content/prerelease/index.html index fc450cb..9b5f0b9 100644 --- a/alt.fedoraproject.org/data/content/prerelease/index.html +++ b/alt.fedoraproject.org/data/content/prerelease/index.html @@ -73,6 +73,9 @@
+
+

${_('Note: You can select different editions of Fedora to install with this netinstall. You are not limited to Server edition only.')}

+
@@ -100,24 +103,9 @@

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

-
-
- -
-
-

${_('Workstation')}

-

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

-
-
-
-
- -
-
-

${_('Workstation')}

-

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

-
-
+ +
+

${_('Note: You can select different editions of Fedora to install with this netinstall. You are not limited to Server edition only.')}

@@ -147,28 +135,9 @@

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

-
-
- -
-
-

${_('Fedora Workstation')}

-
- -
-
-
- -
-
-

${_('Fedora Workstation')}

-
- -
+ +
+

${_('Note: You can select different editions of Fedora to install with this netinstall. You are not limited to Server edition only.')}

diff --git a/build.d/globalvar.py b/build.d/globalvar.py index 3827f21..83512ab 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -7,12 +7,12 @@ release={ 'next_id': '35', 'curr_name': '', 'next_name': '', - 'curr_state': '', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_arm_state': '', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_alt_state': '', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_cloud_state': '', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_cloud_AMI_state': '', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_server_state': '', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_arm_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_alt_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_cloud_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_cloud_AMI_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_server_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) 'curr_atomic_state': '', # 'Pre-Release' or '' - No Alpha/Beta for Atomic Host 'prev_arm_id': '33', 'prev_alt_id': '33', @@ -61,12 +61,12 @@ release={ 'RC_gold_ppc64': '1.2', # RC Gold for ppc64 'RC_gold_ppc64le': '1.2', # RC Gold for ppc64le 'RC_gold_s390x': '1.2', # RC Gold for s390x - 'RC_pre_gold': '1.3', # insert the number of the prerelease RC version declared GOLD - 'RC_pre_build': '1.3', # sometimes releng use the RC build - 'RC_pre_gold_aarch64': '1.3', # Pre RC Gold for aarch64 - 'RC_pre_gold_ppc64': '1.3', # Pre RC Gold for ppc64 - 'RC_pre_gold_ppc64le': '1.3', # Pre RC Gold for ppc64le - 'RC_pre_gold_s390x': '1.3', # Pre RC Gold for s390x + 'RC_pre_gold': '1.2', # insert the number of the prerelease RC version declared GOLD + 'RC_pre_build': '1.2', # sometimes releng use the RC build + 'RC_pre_gold_aarch64': '1.2', # Pre RC Gold for aarch64 + 'RC_pre_gold_ppc64': '1.2', # Pre RC Gold for ppc64 + 'RC_pre_gold_ppc64le': '1.2', # Pre RC Gold for ppc64le + 'RC_pre_gold_s390x': '1.2', # Pre RC Gold for s390x 'atomic_qcow2_cloud_url': 'FIXME', 'atomic_raw_cloud_url': 'FIXME',