summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/enea-mirrors.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/enea-mirrors.inc')
-rw-r--r--conf/distro/include/enea-mirrors.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/distro/include/enea-mirrors.inc b/conf/distro/include/enea-mirrors.inc
index ead2d72..5ad71ec 100644
--- a/conf/distro/include/enea-mirrors.inc
+++ b/conf/distro/include/enea-mirrors.inc
@@ -1,13 +1,13 @@
1MIRROR_ENEA_DISTRO = "${@d.getVar('DISTRO_NAME').replace(" ","")}${@d.getVar('DISTRO_VERSION_MAJOR').replace(" ","")}${@d.getVar('DISTRO_VERSION_MINOR').replace(" ","")}" 1MIRROR_ENEA_DISTRO = "${@d.getVar('DISTRO_NAME').replace(" ","")}${@d.getVar('DISTRO_VERSION_MAJOR').replace(" ","")}${@d.getVar('DISTRO_VERSION_MINOR').replace(" ","")}"
2 2
3MIRRORS_append = "\ 3MIRRORS_append = "\
4cvs://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 4cvs://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
5svn://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 5svn://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
6git://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 6git://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
7hg://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 7hg://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
8bzr://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 8bzr://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
9p4://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 9p4://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
10osc://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 10osc://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
11https?$://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 11https?$://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
12ftp://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ 12ftp://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
13" 13"