diff options
-rw-r--r-- | conf/distro/include/enea-mirrors.inc | 18 |
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 @@ | |||
1 | MIRROR_ENEA_DISTRO = "${@d.getVar('DISTRO_NAME').replace(" ","")}${@d.getVar('DISTRO_VERSION_MAJOR').replace(" ","")}${@d.getVar('DISTRO_VERSION_MINOR').replace(" ","")}" | 1 | MIRROR_ENEA_DISTRO = "${@d.getVar('DISTRO_NAME').replace(" ","")}${@d.getVar('DISTRO_VERSION_MAJOR').replace(" ","")}${@d.getVar('DISTRO_VERSION_MINOR').replace(" ","")}" |
2 | 2 | ||
3 | MIRRORS_append = "\ | 3 | MIRRORS_append = "\ |
4 | cvs://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 4 | cvs://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
5 | svn://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 5 | svn://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
6 | git://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 6 | git://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
7 | hg://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 7 | hg://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
8 | bzr://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 8 | bzr://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
9 | p4://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 9 | p4://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
10 | osc://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 10 | osc://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
11 | https?$://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 11 | https?$://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
12 | ftp://.*/.* http://linux.enea.com/${MIRROR_ENEA_DISTRO}/sources/ \n \ | 12 | ftp://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \ |
13 | " | 13 | " |