temporarily switch default mirror to launchpad while meeh gets his nginx config untangled
This commit is contained in:
@ -8,13 +8,23 @@ from random import randint
|
|||||||
from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
|
from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
|
||||||
|
|
||||||
DEFAULT_MIRROR = {
|
DEFAULT_MIRROR = {
|
||||||
'net': 'clearnet',
|
"net": "clearnet",
|
||||||
'protocol': 'https',
|
"protocol": "https",
|
||||||
'domain': 'download.i2p2.de',
|
"domain": "launchpad.net",
|
||||||
'org': 'sigterm.no',
|
"path": "/i2p/trunk/%(version)s/+download/%(file)s",
|
||||||
'country': 'no',
|
"org": "Launchpad",
|
||||||
|
"org_url": "https://launchpad.net",
|
||||||
|
"country": "us"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#{
|
||||||
|
# 'net': 'clearnet',
|
||||||
|
# 'protocol': 'https',
|
||||||
|
# 'domain': 'download.i2p2.de',
|
||||||
|
# 'org': 'sigterm.no',
|
||||||
|
# 'country': 'no',
|
||||||
|
#}
|
||||||
|
|
||||||
DEFAULT_I2P_MIRROR = {
|
DEFAULT_I2P_MIRROR = {
|
||||||
'net': 'i2p',
|
'net': 'i2p',
|
||||||
'protocol': 'http',
|
'protocol': 'http',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{"net": "clearnet", "protocol": "https", "domain": "launchpad.net", "path": "/i2p/trunk/%(version)s/+download/%(file)s", "org": "Launchpad", "org_url": "https://launchpad.net", "country": "us"}
|
{"net": "clearnet", "protocol": "https", "domain": "launchpad.net", "path": "/i2p/trunk/%(version)s/+download/%(file)s", "org": "Launchpad", "org_url": "https://launchpad.net", "country": "us"}
|
||||||
{"net": "clearnet", "protocol": "https", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
#{"net": "clearnet", "protocol": "https", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
||||||
{"net": "i2p", "protocol": "http", "domain": "mgp6yzdxeoqds3wucnbhfrdgpjjyqbiqjdwcfezpul3or7bzm4ga.b32.i2p", "path": "/releases/%(version)s/%(file)s", "org": "idk.i2p"}
|
{"net": "i2p", "protocol": "http", "domain": "mgp6yzdxeoqds3wucnbhfrdgpjjyqbiqjdwcfezpul3or7bzm4ga.b32.i2p", "path": "/releases/%(version)s/%(file)s", "org": "idk.i2p"}
|
||||||
{"net": "clearnet", "protocol": "http", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
#{"net": "clearnet", "protocol": "http", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
||||||
{"net": "clearnet", "protocol": "http", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
{"net": "clearnet", "protocol": "http", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
||||||
{"net": "clearnet", "protocol": "https", "domain": "files.i2p-projekt.de", "path": "/releases/%(version)s/%(file)s", "org": "i2p-projekt", "country": "de"}
|
{"net": "clearnet", "protocol": "https", "domain": "files.i2p-projekt.de", "path": "/releases/%(version)s/%(file)s", "org": "i2p-projekt", "country": "de"}
|
||||||
{"net": "clearnet", "protocol": "https", "domain": "eyedeekay.github.io", "path": "/files/releases/%(version)s/%(file)s", "org": "idk.i2p"}
|
{"net": "clearnet", "protocol": "https", "domain": "eyedeekay.github.io", "path": "/files/releases/%(version)s/%(file)s", "org": "idk.i2p"}
|
||||||
|
Reference in New Issue
Block a user