summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-21 10:50:26 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-21 14:22:34 +0200
commit1055d83eaa995b2ec7f02f8b11c88157675ec090 (patch)
treefe877a202e3b723c8f80237f80872c7369e39af4
parent672285f19573ce0caa02a2953c871c04d53542fd (diff)
downloadmeta-el-common-1055d83eaa995b2ec7f02f8b11c88157675ec090.tar.gz
distro: Change to MIRRORS instead of PREMIRRORS
Remove the SVK protocol as well, it is not supported by Bitbake anymore. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/distro/include/enea-mirrors.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/distro/include/enea-mirrors.inc b/conf/distro/include/enea-mirrors.inc
index 3a9bfa4..dfde96e 100644
--- a/conf/distro/include/enea-mirrors.inc
+++ b/conf/distro/include/enea-mirrors.inc
@@ -1,10 +1,9 @@
1PREMIRRORS ??= "\ 1MIRRORS_append = "\
2cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 2cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
3svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 3svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
4git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 4git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
5hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 5hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
6bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 6bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
7svk://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
8p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 7p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
9osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 8osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \
10https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ 9https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \