From 650c4bb11d7fd352b48698e576936ca3dfcfc08c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 1 May 2019 12:37:21 -0700 Subject: [PATCH] Bump a couple of disk sizes (KDE package set, Workstation boot) Some tests on Rawhide started failing back in April due to insufficient space. I dug into it for an hour or two but can't find any big smoking guns where unnecessary packages got added to groups or some package suddenly got bigger or anything, so I can't find any real bugs to report here; we're just gonna have to bump the sizes. Signed-off-by: Adam Williamson --- templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates b/templates index 7ac6cf70..ab33d479 100755 --- a/templates +++ b/templates @@ -4589,7 +4589,7 @@ settings => [ { key => "DESKTOP", value => "gnome" }, { key => "TEST_TARGET", value => "ISO" }, - { key => "HDDSIZEGB", value => "12" } + { key => "HDDSIZEGB", value => "13" } ], version => "*", }, @@ -5455,7 +5455,7 @@ name => "install_package_set_kde", settings => [ { key => "DESKTOP", value => "kde" }, - { key => "HDDSIZEGB", value => "11" }, + { key => "HDDSIZEGB", value => "12" }, { key => "PACKAGE_SET", value => "kde" }, { key => "POSTINSTALL", value => "_collect_data" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" },