From 68b38644aee352fa5588afc129aa044d5723f93b Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Apr 20 2024 11:13:19 +0000 Subject: Prep for F40 --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index fce19c2..83774dd 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -7,32 +7,32 @@ release={ 'next_id': '40', 'curr_name': '', 'next_name': '', - '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_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_atomic_state': '', # 'Pre-Release' or '' - No Alpha/Beta for Atomic Host - 'prev_arm_id': '38', - 'prev_alt_id': '38', - 'prev_cloud_id': '38', + 'prev_arm_id': '39', + 'prev_alt_id': '39', + 'prev_cloud_id': '39', 'prev_atomic_id': '30', 'curr_arm_id': '36', # Final release for armhfp is F36 - 'curr_alt_id': '39', - 'curr_cloud_id': '39', + 'curr_alt_id': '40', + 'curr_cloud_id': '40', 'curr_atomic_id': '30', - 'curr_server_id': '39', - 'curr_cloud_AMI_id': '39', - 'curr_iot_id': '39', - 'curr_silverblue_id': '39', - 'next_silverblue_id': '40', + 'curr_server_id': '40', + 'curr_cloud_AMI_id': '40', + 'curr_iot_id': '40', + 'curr_silverblue_id': '40', + 'next_silverblue_id': '41', 'next_arm_id': '36', - 'next_alt_id': '40', - 'next_cloud_id': '40', + 'next_alt_id': '41', + 'next_cloud_id': '41', 'next_atomic_id': '30', - 'next_server_id': '40', - 'next_cloud_AMI_id': '40', + 'next_server_id': '41', + 'next_cloud_AMI_id': '41', 'composedate': '20160616', 'unofficial_compose': '20181029', 'alt_composedate': '20161118', @@ -54,14 +54,14 @@ release={ # Note that atomic values here get overwritten by the twoweek script. 'pre_cloud_atomic_composedate': '20150915', 'pre_cloud_AMI_atomic_composedate': '20150915', - 'RC_gold': '1.5', # insert the number of the RC version declared GOLD - 'RC_server_gold': '1.5', # insert the number of the RC version declared GOLD - 'RC_build': '1.5', # sometimes releng use the RC build - 'RC_gold_armhfp': '1.5', # RC Gold for armhfp - 'RC_gold_aarch64': '1.5', # RC Gold for aarch64 - 'RC_gold_ppc64': '1.5', # RC Gold for ppc64 - 'RC_gold_ppc64le': '1.5', # RC Gold for ppc64le - 'RC_gold_s390x': '1.5', # RC Gold for s390x + 'RC_gold': '1.14', # insert the number of the RC version declared GOLD + 'RC_server_gold': '1.14', # insert the number of the RC version declared GOLD + 'RC_build': '1.14', # sometimes releng use the RC build + 'RC_gold_armhfp': '1.14', # RC Gold for armhfp + 'RC_gold_aarch64': '1.14', # RC Gold for aarch64 + 'RC_gold_ppc64': '1.14', # RC Gold for ppc64 + 'RC_gold_ppc64le': '1.14', # RC Gold for ppc64le + 'RC_gold_s390x': '1.14', # RC Gold for s390x 'RC_pre_gold': '1.10', # insert the number of the prerelease RC version declared GOLD 'RC_pre_build': '1.10', # sometimes releng use the RC build 'RC_pre_gold_aarch64': '1.10', # Pre RC Gold for aarch64