diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index e1ad17c..e36203e 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -90,6 +90,21 @@ INHERIT += "devshell" #use angstrom source mirrors to combat 404s INHERIT += "angstrom-mirrors" +PREMIRRORS_append = "\ +bzr://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +cvs://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +git://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +hg://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +osc://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +p4://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +svk://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +svn://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n" + +MIRRORS_append = "\ +ftp://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +http://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n \ +https://.*/.* http://www.angstrom-distribution.org/unstable/sources/ \n" + #run QA tests on builds and packages and log them INHERIT += "insane" # INHERIT += "packagehistory"