mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Use only one mirror list for all repos
Fully implement what this commit allows:
ebad199614
Dan: update .gitignore as well.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
99572ed8f6
commit
fa2164a59e
@ -23,23 +23,23 @@ HoldPkg = pacman glibc
|
|||||||
# have identical names, regardless of version number
|
# have identical names, regardless of version number
|
||||||
#
|
#
|
||||||
#[testing]
|
#[testing]
|
||||||
#Include = @sysconfdir@/pacman.d/testing
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
[current]
|
[current]
|
||||||
# Add your preferred servers here, they will be used first
|
# Add your preferred servers here, they will be used first
|
||||||
Include = @sysconfdir@/pacman.d/current
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Add your preferred servers here, they will be used first
|
# Add your preferred servers here, they will be used first
|
||||||
Include = @sysconfdir@/pacman.d/extra
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
[community]
|
[community]
|
||||||
# Add your preferred servers here, they will be used first
|
# Add your preferred servers here, they will be used first
|
||||||
Include = @sysconfdir@/pacman.d/community
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[unstable]
|
#[unstable]
|
||||||
# Add your preferred servers here, they will be used first
|
# Add your preferred servers here, they will be used first
|
||||||
#Include = @sysconfdir@/pacman.d/unstable
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
7
etc/pacman.d/.gitignore
vendored
7
etc/pacman.d/.gitignore
vendored
@ -1,8 +1,3 @@
|
|||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
community
|
mirrorlist
|
||||||
current
|
|
||||||
extra
|
|
||||||
release
|
|
||||||
unstable
|
|
||||||
testing
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pkgsysconfdir = ${sysconfdir}/pacman.d
|
pkgsysconfdir = ${sysconfdir}/pacman.d
|
||||||
dist_pkgsysconf_DATA = community current extra release testing unstable
|
dist_pkgsysconf_DATA = mirrorlist
|
||||||
EXTRA_DIST = mirrorlist.in
|
EXTRA_DIST = mirrorlist.in
|
||||||
#
|
#
|
||||||
# Files that should be removed, but which Automake does not know.
|
# Files that should be removed, but which Automake does not know.
|
||||||
@ -8,16 +8,10 @@ MOSTLYCLEANFILES = $(dist_pkgsysconf_DATA)
|
|||||||
$(dist_pkgsysconf_DATA): Makefile
|
$(dist_pkgsysconf_DATA): Makefile
|
||||||
rm -f $@ $@.tmp
|
rm -f $@ $@.tmp
|
||||||
sed \
|
sed \
|
||||||
-e "s|@REPO[@]|$@|g" \
|
|
||||||
-e 's|@CARCH[@]|$(CARCH)|g' \
|
-e 's|@CARCH[@]|$(CARCH)|g' \
|
||||||
$(srcdir)/mirrorlist.in >$@.tmp
|
$(srcdir)/mirrorlist.in >$@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
community: $(srcdir)/mirrorlist.in
|
mirrorlist: $(srcdir)/mirrorlist.in
|
||||||
current: $(srcdir)/mirrorlist.in
|
|
||||||
extra: $(srcdir)/mirrorlist.in
|
|
||||||
release: $(srcdir)/mirrorlist.in
|
|
||||||
testing: $(srcdir)/mirrorlist.in
|
|
||||||
unstable: $(srcdir)/mirrorlist.in
|
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 noet:
|
# vim:set ts=2 sw=2 noet:
|
||||||
|
@ -1,82 +1,82 @@
|
|||||||
#
|
#
|
||||||
# @REPO@: Arch Linux @REPO@ repository
|
# $repo: Arch Linux @REPO@ repository
|
||||||
#
|
#
|
||||||
|
|
||||||
# United States
|
# United States
|
||||||
Server = ftp://ftp.archlinux.org/@REPO@/os/@CARCH@
|
Server = ftp://ftp.archlinux.org/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp.nethat.com/pub/linux/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.nethat.com/pub/linux/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://locke.suu.edu/linux/dist/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://mirrors.unixheads.org/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/@REPO@/os/@CARCH@
|
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/@CARCH@
|
||||||
Server = http://mirrors.easynews.com/linux/archlinux/@REPO@/os/@CARCH@
|
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/@CARCH@
|
||||||
|
|
||||||
# South America
|
# South America
|
||||||
# - Brazil
|
# - Brazil
|
||||||
Server = http://archlinux.c3sl.ufpr.br/@REPO@/os/@CARCH@
|
Server = http://archlinux.c3sl.ufpr.br/$repo/os/@CARCH@
|
||||||
|
|
||||||
# Europe
|
# Europe
|
||||||
# - Austria
|
# - Austria
|
||||||
Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/@CARCH@
|
||||||
# - Belgium
|
# - Belgium
|
||||||
Server = ftp://ftp.belnet.be/packages/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.belnet.be/packages/archlinux/$repo/os/@CARCH@
|
||||||
# - Czech Republic
|
# - Czech Republic
|
||||||
Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/@REPO@/os/@CARCH@
|
Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/@CARCH@
|
||||||
# - Estonia
|
# - Estonia
|
||||||
Server = ftp://ftp.estpak.ee/pub/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/@CARCH@
|
||||||
# - Finland
|
# - Finland
|
||||||
Server = ftp://ftp.sixnix.net/pub/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.sixnix.net/pub/archlinux/$repo/os/@CARCH@
|
||||||
# - France
|
# - France
|
||||||
Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://mir1.archlinuxfr.org/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://mir2.archlinuxfr.org/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/@CARCH@
|
||||||
# - Germany
|
# - Germany
|
||||||
Server = ftp://ftp.tu-chemnitz.de/pub/linux/sunsite.unc-mirror/distributions/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.tu-chemnitz.de/pub/linux/sunsite.unc-mirror/distributions/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/@REPO@/os/@CARCH@
|
Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp.archlinuxppc.org/i686/@REPO@/os/@CARCH@
|
Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/@CARCH@
|
||||||
Server = http://mirror.archlinux.de/@REPO@/os/@CARCH@
|
Server = http://mirror.archlinux.de/$repo/os/@CARCH@
|
||||||
# - Great Britain
|
# - Great Britain
|
||||||
Server = http://ftp.parrswood.manchester.sch.uk/Mirrors/ftp.archlinux.org/@REPO@/os/@CARCH@
|
Server = http://ftp.parrswood.manchester.sch.uk/Mirrors/ftp.archlinux.org/$repo/os/@CARCH@
|
||||||
# - Greece
|
# - Greece
|
||||||
Server = ftp://ftp.ntua.gr/pub/linux/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/@CARCH@
|
||||||
# - Ireland
|
# - Ireland
|
||||||
Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/@REPO@/os/@CARCH@
|
Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/@CARCH@
|
||||||
# - Italy
|
# - Italy
|
||||||
Server = ftp://mi.mirror.garr.it/mirrors/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/@CARCH@
|
||||||
# - Lithuania
|
# - Lithuania
|
||||||
Server = ftp://saule.mintis.lt/pub/linux/@REPO@/os/@CARCH@
|
Server = ftp://saule.mintis.lt/pub/linux/$repo/os/@CARCH@
|
||||||
# - Netherlands
|
# - Netherlands
|
||||||
Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/@CARCH@
|
||||||
# - Norway
|
# - Norway
|
||||||
Server = ftp://mirror.djzradio.net/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mirror.djzradio.net/archlinux/$repo/os/@CARCH@
|
||||||
# - Poland
|
# - Poland
|
||||||
Server = ftp://sunsite.icm.edu.pl/site/linux-sunsite/distributions/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://sunsite.icm.edu.pl/site/linux-sunsite/distributions/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://mirror.icis.pcz.pl/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/@CARCH@
|
||||||
# - Portugal
|
# - Portugal
|
||||||
Server = ftp://gul.est.ips.pt/repos/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://gul.est.ips.pt/repos/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://cesium.di.uminho.pt/pub/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://darkstar.ist.utl.pt/pub/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://darkstar.ist.utl.pt/pub/archlinux/$repo/os/@CARCH@
|
||||||
# - Romania
|
# - Romania
|
||||||
Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/@REPO@/os/@CARCH@
|
Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/@CARCH@
|
||||||
# - Russia
|
# - Russia
|
||||||
Server = http://archlinux.freeside.ru/@REPO@/os/@CARCH@
|
Server = http://archlinux.freeside.ru/$repo/os/@CARCH@
|
||||||
# - Sweden
|
# - Sweden
|
||||||
Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/@CARCH@
|
||||||
Server = ftp://ftp.gigabit.nu/@REPO@/os/@CARCH@
|
Server = ftp://ftp.gigabit.nu/$repo/os/@CARCH@
|
||||||
# - Switzerland
|
# - Switzerland
|
||||||
Server = ftp://archlinux.puzzle.ch/@REPO@/os/@CARCH@
|
Server = ftp://archlinux.puzzle.ch/$repo/os/@CARCH@
|
||||||
# - Turkey
|
# - Turkey
|
||||||
Server = ftp://ftp.linux.org.tr/pub/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.linux.org.tr/pub/archlinux/$repo/os/@CARCH@
|
||||||
# - Ukraine
|
# - Ukraine
|
||||||
Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/@REPO@/os/@CARCH@
|
Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/@CARCH@
|
||||||
|
|
||||||
# Asia
|
# Asia
|
||||||
# - Israel
|
# - Israel
|
||||||
Server = http://mirror.isoc.org.il/pub/archlinux/@REPO@/os/@CARCH@
|
Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/@CARCH@
|
||||||
|
|
||||||
# Australia
|
# Australia
|
||||||
Server = ftp://mirror.pacific.net.au/linux/archlinux/@REPO@/os/@CARCH@
|
Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/@CARCH@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user