From 92e8d44d38ad09fb0ec9025412531928116eb07a Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: May 17 2022 20:21:56 +0000 Subject: [PATCH 1/2] alt: use unofficial GCP image for now related: https://pagure.io/fedora-web/websites/issue/250 --- diff --git a/alt.fedoraproject.org/data/content/cloud/index.html b/alt.fedoraproject.org/data/content/cloud/index.html index ffa86c0..8733fb3 100644 --- a/alt.fedoraproject.org/data/content/cloud/index.html +++ b/alt.fedoraproject.org/data/content/cloud/index.html @@ -295,7 +295,8 @@

${Markup(_('%sMB tar.gz')) % global_variables.iso_size['GCP_x86_64_tar']}

-

${_('Download')} | ${_('Verify')}

+ +

${_('Download')} | ${_('Verify')}

From 804bbac1e6d2bedd05209d23aeacb969a396f891 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: May 17 2022 20:21:56 +0000 Subject: [PATCH 2/2] update GCP image size --- diff --git a/build.d/globalvar.py b/build.d/globalvar.py index c5291f9..1412e24 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -279,7 +279,7 @@ iso_size={ 'qcow2_x86_64_cloud': '319', # In MB 'qcow2_i386_cloud': '216', # In MB 'VBvag_cloud': '279', # In MB - 'GCP_x86_64_tar': '263', # In MB + 'GCP_x86_64_tar': '435', # In MB 'libvag_cloud': '290', # In MB 'x86_64_Container': '43', # In MB 'x86_64_docker': '43', # In MB NOTE: this is just to make fedoraproject.org build happy