angstrom: use yocto style mirrors

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-01-06 08:16:58 +01:00
parent 29b30b7a01
commit fae8816230

View File

@@ -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"