From c8a3a657dabd547b973649d32d3e4e913f140b3e Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Nov 22 2016 21:42:45 +0000 Subject: make fedoraproject.org build again - variables fix --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index 92fbcc4..785c06f 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -30,6 +30,10 @@ release={ 'composedate': '20160616', 'unofficial_compose': '20160614', 'alt_composedate': '20161118', + # These variables are only necessary to keep fedoraproject.org working + 'curr_ppc64_id': '25', + 'prev_ppc64_id': '24', + 'curr_s390_id': '25', # Note that atomic values here get overwritten by the twoweek script. 'atomic_composedate': '20160616', 'pre_cloud_composedate': '20150915', @@ -114,6 +118,8 @@ iso_size={ 'x86_64_sda.qcow2': '207', # In MB 'i686_raw': '122', # In MB 'x86_64_raw': '117', # In MB + # These variables are only necessary to keep fedoraproject.org working + 's390_DVD': '1.5', # Lives 'i686_Live_KDE': '1.4', # In GB 'x86_64_Live_KDE': '1.3', # In GB