aportupgrade: support gitlab.gnome.org (MR 2119)

Also sort the gitlab hosts alphabetically
This commit is contained in:
Luca Weiss 2021-10-24 16:44:01 +02:00 committed by Oliver Smith
parent f996f3ed5a
commit f4990cfc7a
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 1 deletions

View File

@ -19,9 +19,10 @@ ANITYA_API_BASE = "https://release-monitoring.org/api/v2"
GITHUB_API_BASE = "https://api.github.com"
GITLAB_HOSTS = [
"https://gitlab.com",
"https://gitlab.freedesktop.org",
"https://gitlab.gnome.org",
"https://invent.kde.org",
"https://source.puri.sm",
"https://gitlab.freedesktop.org",
]