blob: 32cc6b6567a7dd3158fb4910da56f170aaf9b420 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | PREMIRRORS_append () {
cvs://.*/.* http://multitech.net/mlinux/sources/
svn://.*/.* http://multitech.net/mlinux/sources/
git://.*/.* http://multitech.net/mlinux/sources/
hg://.*/.*  http://multitech.net/mlinux/sources/
bzr://.*/.* http://multitech.net/mlinux/sources/
osc://.*/.* http://multitech.net/mlinux/sources/
p4://.*/.*  http://multitech.net/mlinux/sources/
}
MIRRORS_append () {
ftp://.*/.*	http://multitech.net/mlinux/sources/
https?$://.*/.*	http://multitech.net/mlinux/sources/
http?$://.*/.*	http://multitech.net/mlinux/sources/
}
SAVANNAH_GNU_MIRROR = "http://download-mirror.savannah.gnu.org/releases"
 |