rebuild-debian-csv: LTS is 5 years

This commit is contained in:
Johan Gunnarsson 2024-04-01 18:41:10 +02:00
parent 564f295d9f
commit 85fa3f67f9
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Release:
if self.label == "Ubuntu":
if self.is_lts():
return self.age() < 4 * timedelta(days=365)
return self.age() < 5 * timedelta(days=365)
else:
return self.age() < timedelta(days=365)