summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/enea-mirrors.inc
blob: 5ad71ecc37494751503a1aab9c6edc2d7d42d93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MIRROR_ENEA_DISTRO = "${@d.getVar('DISTRO_NAME').replace(" ","")}${@d.getVar('DISTRO_VERSION_MAJOR').replace(" ","")}${@d.getVar('DISTRO_VERSION_MINOR').replace(" ","")}"

MIRRORS_append = "\
cvs://.*/.*     http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
svn://.*/.*     http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
git://.*/.*     http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
hg://.*/.*      http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
bzr://.*/.*     http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
p4://.*/.*      http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
osc://.*/.*     http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
https?$://.*/.* http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
ftp://.*/.*     http://nfv-access-mirror/${MIRROR_ENEA_DISTRO}/sources/ \n \
"