diff --git a/app/appconfig.py b/app/appconfig.py index 0fb70e8..7eb9795 100644 --- a/app/appconfig.py +++ b/app/appconfig.py @@ -26,6 +26,8 @@ CONFIG = [ (REPO_URL + "/msys/x86_64/msys.files", "msys", "x86_64"), ] +DEFAULT_REPO = "mingw64" + VERSION_CONFIG = [] for repo in ["core", "extra", "community", "testing", "community-testing", "multilib"]: diff --git a/app/templates/packages.html b/app/templates/packages.html index 44bc14e..fed9431 100644 --- a/app/templates/packages.html +++ b/app/templates/packages.html @@ -11,12 +11,11 @@