From 03d2afb0718eaaca5f85297bea0b6185f133a408 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 16 Feb 2023 22:13:24 -0800 Subject: [PATCH] Drop default max image age to 3 days We ship updates pretty fast, and after seven days, there are hundreds being installed on every update test. It's gotta be a better tradeoff to just regen the base images more often. Signed-off-by: Adam Williamson --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 336aec1..acc4d06 100755 --- a/createhdds.py +++ b/createhdds.py @@ -210,7 +210,7 @@ class VirtInstallImage(object): and 'rawhide' are flags for whether this is a branched or Rawhide release (which affects the paths). """ - def __init__(self, name, release, arch, size, variant=None, imgver='', maxage=7, + def __init__(self, name, release, arch, size, variant=None, imgver='', maxage=3, bootopts=None, branched=False, rawhide=False): self.name = name self.size = size