From 68c339b00a0495c259ccd713cce7c6e9c79a8b6f Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Tue, 23 Jul 2024 22:31:15 -0700 Subject: [PATCH] support Rocky major version for background and version_ident needles --- check-needles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-needles.py b/check-needles.py index 864a49bf..6f5755e8 100755 --- a/check-needles.py +++ b/check-needles.py @@ -57,7 +57,7 @@ for testpath in testpaths: # now let's do some whitelisting, for awkward cases where we know that # we concatenate string literals and stuff # versioned backgrounds and release IDs -for rel in range(8, 10): +for rel in ["8", "9", "10"]: testliterals.append(f"{rel}_background") testliterals.append(f"version_{rel}_ident") # anaconda id needles, using tell_source