Skip to content
Snippets Groups Projects
Commit f1af2f4d authored by Philip Müller's avatar Philip Müller
Browse files

Merge branch 'master' of github.com:manjaro/pacman-mirrors

parents 961e35d0 3ad161ef
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -72,6 +73,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -104,6 +106,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -136,6 +139,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -168,6 +172,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -200,6 +205,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -232,6 +238,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -264,6 +271,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -296,6 +304,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -328,6 +337,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -360,6 +370,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -392,6 +403,7 @@ class TestCommandLineParse(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......
......@@ -41,6 +41,7 @@ class TestDefaultConfig(unittest.TestCase):
"repo_arch": conf.REPO_ARCH,
"status_file": conf.STATUS_FILE,
"ssl": False,
"ssl_verify": True,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
}
......@@ -71,6 +72,7 @@ class TestDefaultConfig(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -102,6 +104,7 @@ class TestDefaultConfig(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -132,6 +135,7 @@ class TestDefaultConfig(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -162,6 +166,7 @@ class TestDefaultConfig(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -192,6 +197,7 @@ class TestDefaultConfig(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -222,6 +228,7 @@ class TestDefaultConfig(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......
......@@ -43,6 +43,7 @@ class TestHttpFn(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......@@ -77,6 +78,7 @@ class TestHttpFn(unittest.TestCase):
"only_country": [],
"repo_arch": conf.REPO_ARCH,
"ssl": False,
"ssl_verify": True,
"status_file": conf.STATUS_FILE,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
......
......@@ -43,6 +43,7 @@ class TestPacmanMirrors(unittest.TestCase):
"repo_arch": conf.REPO_ARCH,
"status_file": conf.STATUS_FILE,
"ssl": False,
"ssl_verify": True,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
}
......@@ -89,6 +90,7 @@ class TestPacmanMirrors(unittest.TestCase):
"repo_arch": conf.REPO_ARCH,
"status_file": conf.STATUS_FILE,
"ssl": False,
"ssl_verify": True,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
}
......@@ -135,6 +137,7 @@ class TestPacmanMirrors(unittest.TestCase):
"repo_arch": conf.REPO_ARCH,
"status_file": conf.STATUS_FILE,
"ssl": False,
"ssl_verify": True,
"url_mirrors_json": conf.URL_MIRROR_JSON,
"url_status_json": conf.URL_STATUS_JSON
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment