From 42de067ed918728b7fc93d1541fb0fb949cf3d1c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jul 11 2017 12:42:53 +0000 Subject: Update website to query f26 atomic The current code that collects data will blow up if it can't find a fedmsg related to a two week atomic release which means the whole website can't be built. This has forced us to leave the variables at f25 for now. We'll merge this commit right after F26AH is released on tuesday so that the website can get the data it needs from the F26 fedmsg that was just sent out. --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index afed015..219ecf3 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -20,12 +20,12 @@ release={ 'curr_arm_id': '26', 'curr_alt_id': '26', 'curr_cloud_id': '26', - 'curr_atomic_id': '25', + 'curr_atomic_id': '26', 'curr_cloud_AMI_id': '26', 'next_arm_id': '27', 'next_alt_id': '27', 'next_cloud_id': '27', - 'next_atomic_id': '26', + 'next_atomic_id': '27', 'next_cloud_AMI_id': '27', 'composedate': '20160616', 'unofficial_compose': '20160614',