blob: 92a41ad680bacc4ea0ef1956afc7cec09fd05bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PREMIRRORS_append () {
cvs://.*/.* http://build.shr-project.org/sources/
svn://.*/.* http://build.shr-project.org/sources/
git://.*/.* http://build.shr-project.org/sources/
hg://.*/.* http://build.shr-project.org/sources/
bzr://.*/.* http://build.shr-project.org/sources/
}
MIRRORS_append () {
ftp://.*/.* http://build.shr-project.org/sources/
https?$://.*/.* http://build.shr-project.org/sources/
}
|