Add support for Debian release

This commit is contained in:
2023-08-31 16:49:22 +00:00
parent 564a9cf2a0
commit a72384631b
5 changed files with 15 additions and 2 deletions

View File

@ -180,7 +180,7 @@ def read_config():
)
# Get the Repo configuration
for key in ["mirror"]:
for key in ["mirror", "release"]:
try:
config[f"repo_{key}"] = o_repo[key]
except Exception: