Expanded mirroring script to all dependencies, added new mirror (mirumu.jp) and updated download scripts.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
http://metahash.com/packages/cnc-packages.zip
|
||||
http://openra.res0l.net/packages/cnc-packages.zip
|
||||
http://open-ra.org/packages/cnc-packages.zip
|
||||
http://mirumu.jp/pub/packages/cnc-packages.zip
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
$mirrors = file_get_contents("cnc-mirrors.txt");
|
||||
$mirrors_array = explode("\n", $mirrors);
|
||||
|
||||
$mirror = $mirrors_array[array_rand($mirrors_array, 1)];
|
||||
|
||||
header('Location: '. $mirror);
|
||||
?>
|
||||
@@ -1,3 +1,4 @@
|
||||
http://metahash.com/packages/ra-packages.zip
|
||||
http://openra.res0l.net/packages/ra-packages.zip
|
||||
http://open-ra.org/packages/ra-packages.zip
|
||||
http://mirumu.jp/pub/packages/ra-packages.zip
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
$mirrors = file_get_contents("ra-mirrors.txt");
|
||||
$mirrors_array = explode("\n", $mirrors);
|
||||
|
||||
$mirror = $mirrors_array[array_rand($mirrors_array, 1)];
|
||||
|
||||
header('Location: '. $mirror);
|
||||
?>
|
||||
Reference in New Issue
Block a user