summaryrefslogtreecommitdiff
path: root/multitech/classes/corecdp-mirrors.bbclass
blob: a22d798b49dc70455cbd428d2612f73ff66ec797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PREMIRRORS_prepend () {
cvs://.*/.* http://www.multitech.net/corecdp/sources/
svn://.*/.* http://www.multitech.net/corecdp/sources/
git://.*/.* http://www.multitech.net/corecdp/sources/
hg://.*/.* http://www.multitech.net/corecdp/sources/
bzr://.*/.* http://www.multitech.net/corecdp/sources/
}

MIRRORS_append () {
ftp://.*/.*	http://www.multitech.net/corecdp/sources/
https?$://.*/.*	http://www.multitech.net/corecdp/sources/
}