Ignore DYNPKG_RELEASE variable in Configurator

This commit is contained in:
Théophile Diot 2024-09-11 10:58:40 +02:00
parent abf392729c
commit 7f0356c098
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -210,6 +210,7 @@ class Configurator:
"SERVER_SOFTWARE",
"NAMESPACE",
"TZ",
"DYNPKG_RELEASE",
)
):
self.__logger.warning(f"Ignoring variable {variable} : {err} - {value = !r}")