chiark / gitweb /
lint: add more VCS HTTPS checks
authorHans-Christoph Steiner <hans@eds.org>
Mon, 4 Dec 2017 19:28:57 +0000 (20:28 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 6 Dec 2017 08:54:25 +0000 (09:54 +0100)
I manually checked that these work with HTTPS. fdroiddata!2710 should fix
all of these issues.

fdroidserver/lint.py

index beaf097afd029dc21df2c12b96c678201a19d89d..66b66245eb47a4fb539c9ef4fb0274e9164158e5 100644 (file)
@@ -42,7 +42,15 @@ https_enforcings = [
     enforce_https('bitbucket.org'),
     enforce_https('apache.org'),
     enforce_https('google.com'),
+    enforce_https('git.code.sf.net'),
     enforce_https('svn.code.sf.net'),
+    enforce_https('anongit.kde.org'),
+    enforce_https('savannah.nongnu.org'),
+    enforce_https('git.savannah.nongnu.org'),
+    enforce_https('download.savannah.nongnu.org'),
+    enforce_https('savannah.gnu.org'),
+    enforce_https('git.savannah.gnu.org'),
+    enforce_https('download.savannah.gnu.org'),
 ]