summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2020-02-20 11:16:18 +0100
committerMartin Borg <martin.borg@enea.com>2020-02-20 11:17:29 +0100
commit86586d2e9af43465d9324b3c0f9e10a709a8dcc3 (patch)
treec20cc647d1044ff4396938b1fbf71b811bb8c4e1
parentc45bc4c1dee235e5ec56974b2cef617a4382e43e (diff)
downloadmeta-el-common-rocko.tar.gz
distro: Set Enea mirror to nfv-access-mirrorrocko
Change-Id: Id3739b2572460e178c1b8b30d935798788c63ab4 Signed-off-by: Martin Borg <martin.borg@enea.com>
-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"