summaryrefslogtreecommitdiff
path: root/classes/mlinux-mirrors.bbclass
blob: ea66f03820c26e44df3665a70bb5e48b1c18af10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/
svk://.*/.* 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"