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
|
||||
|
||||
DEFAULT_MIRROR = {
|
||||
'net': 'clearnet',
|
||||
'protocol': 'https',
|
||||
'domain': 'download.i2p2.de',
|
||||
'org': 'sigterm.no',
|
||||
'country': 'no',
|
||||
"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',
|
||||
# 'org': 'sigterm.no',
|
||||
# 'country': 'no',
|
||||
#}
|
||||
|
||||
DEFAULT_I2P_MIRROR = {
|
||||
'net': 'i2p',
|
||||
'protocol': 'http',
|
||||
|
Reference in New Issue
Block a user