From f859b4d6e5cde4f487dc1f3452c64c8dd61a5ea9 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Apr 21 2016 20:34:27 +0000 Subject: update globalvars to beta --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index 75639f7..af8ed8e 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -7,12 +7,12 @@ release={ 'next_id': '24', 'curr_name': '', 'next_name': '', - 'curr_state': 'Alpha', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_arm_state': 'Alpha', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_ppc64_state': 'Alpha', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_s390_state': 'Alpha', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_cloud_state': 'Alpha', # either 'Alpha', 'Beta' or '' (i.e empty) - 'curr_cloud_AMI_state': 'Alpha', # 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_ppc64_state': 'Beta', # either 'Alpha', 'Beta' or '' (i.e empty) + 'curr_s390_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) 'prev_arm_id': '22', 'prev_ppc64_id': '22', 'prev_s390_id': '22',