From cdb0bdde7ba7c5006b9182fc35170dee22606c7b Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Nov 11 2022 21:58:38 +0000 Subject: prep for f37 --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index a5d8255..b9a635f 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -2,37 +2,37 @@ # -*- coding: utf-8 -*- # This file defines all variable needed to be edited during the release cycle (alpha, beta...). release={ - 'prev_id': '35', - 'curr_id': '36', - 'next_id': '37', + 'prev_id': '36', + 'curr_id': '37', + 'next_id': '38', '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': '35', - 'prev_alt_id': '35', - 'prev_cloud_id': '35', + 'prev_arm_id': '36', + 'prev_alt_id': '36', + 'prev_cloud_id': '36', 'prev_atomic_id': '30', - 'curr_arm_id': '36', - 'curr_alt_id': '36', - 'curr_cloud_id': '36', + 'curr_arm_id': '37', + 'curr_alt_id': '37', + 'curr_cloud_id': '37', 'curr_atomic_id': '30', - 'curr_server_id': '36', - 'curr_cloud_AMI_id': '36', - 'curr_iot_id': '36', - 'curr_silverblue_id': '36', - 'next_silverblue_id': '37', - 'next_arm_id': '37', - 'next_alt_id': '37', - 'next_cloud_id': '37', + 'curr_server_id': '37', + 'curr_cloud_AMI_id': '37', + 'curr_iot_id': '37', + 'curr_silverblue_id': '37', + 'next_silverblue_id': '38', + 'next_arm_id': '38', + 'next_alt_id': '38', + 'next_cloud_id': '38', 'next_atomic_id': '30', - 'next_server_id': '37', - 'next_cloud_AMI_id': '37', + 'next_server_id': '38', + 'next_cloud_AMI_id': '38', 'composedate': '20160616', 'unofficial_compose': '20181029', 'alt_composedate': '20161118', @@ -54,13 +54,13 @@ 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_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.7', # insert the number of the RC version declared GOLD + 'RC_server_gold': '1.7', # insert the number of the RC version declared GOLD + 'RC_build': '1.7', # sometimes releng use the RC build + 'RC_gold_aarch64': '1.7', # RC Gold for aarch64 + 'RC_gold_ppc64': '1.7', # RC Gold for ppc64 + 'RC_gold_ppc64le': '1.7', # RC Gold for ppc64le + 'RC_gold_s390x': '1.7', # RC Gold for s390x 'RC_pre_gold': '1.5', # insert the number of the prerelease RC version declared GOLD 'RC_pre_build': '1.5', # sometimes releng use the RC build 'RC_pre_gold_aarch64': '1.5', # Pre RC Gold for aarch64