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

SAVANNAH_GNU_MIRROR = "http://download-mirror.savannah.gnu.org/releases"