diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/enea-mirrors.inc | 3 |
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 @@ | |||
1 | PREMIRRORS ??= "\ | 1 | MIRRORS_append = "\ |
2 | cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 2 | cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
3 | svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 3 | svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
4 | git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 4 | git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
5 | hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 5 | hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
6 | bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 6 | bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
7 | svk://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | ||
8 | p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 7 | p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
9 | osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 8 | osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
10 | https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 9 | https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |