mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
Add @GNOME download source.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12469 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ba934bf744
commit
015124ea4f
@ -11,7 +11,7 @@ DOWNLOAD_RDEP:=$(STAMP_PREPARED)
|
|||||||
define dl_method
|
define dl_method
|
||||||
$(strip \
|
$(strip \
|
||||||
$(if $(2),$(2), \
|
$(if $(2),$(2), \
|
||||||
$(if $(filter @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \
|
$(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \
|
||||||
$(if $(filter git://%,$(1)),git, \
|
$(if $(filter git://%,$(1)),git, \
|
||||||
$(if $(filter svn://%,$(1)),svn, \
|
$(if $(filter svn://%,$(1)),svn, \
|
||||||
$(if $(filter cvs://%,$(1)),cvs, \
|
$(if $(filter cvs://%,$(1)),cvs, \
|
||||||
|
@ -134,7 +134,21 @@ foreach my $mirror (@ARGV) {
|
|||||||
push @mirrors, "http://ftp.de.kernel.org/pub/$1";
|
push @mirrors, "http://ftp.de.kernel.org/pub/$1";
|
||||||
push @mirrors, "ftp://ftp.fr.kernel.org/pub/$1";
|
push @mirrors, "ftp://ftp.fr.kernel.org/pub/$1";
|
||||||
push @mirrors, "http://ftp.fr.kernel.org/pub/$1";
|
push @mirrors, "http://ftp.fr.kernel.org/pub/$1";
|
||||||
} else {
|
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
|
||||||
|
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
|
||||||
|
push @mirrors, "http://ftp.unina.it/pub/linux/GNOME/sources/$1";
|
||||||
|
push @mirrors, "http://fr2.rpmfind.net/linux/gnome.org/sources/$1";
|
||||||
|
push @mirrors, "ftp://ftp.dit.upm.es/pub/GNOME/sources/$1";
|
||||||
|
push @mirrors, "ftp://ftp.no.gnome.org/pub/GNOME/sources/$1";
|
||||||
|
push @mirrors, "http://ftp.acc.umu.se/pub/GNOME/sources/$1";
|
||||||
|
push @mirrors, "http://ftp.belnet.be/mirror/ftp.gnome.org/sources/$1";
|
||||||
|
push @mirrors, "http://linorg.usp.br/gnome/sources/$1";
|
||||||
|
push @mirrors, "http://mirror.aarnet.edu.au/pub/GNOME/sources/$1";
|
||||||
|
push @mirrors, "http://mirrors.ibiblio.org/pub/mirrors/gnome/sources/$1";
|
||||||
|
push @mirrors, "ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/$1";
|
||||||
|
push @mirrors, "ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/$1";
|
||||||
|
}
|
||||||
|
else {
|
||||||
push @mirrors, $mirror;
|
push @mirrors, $mirror;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user