mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 12:25:02 -05:00
Make changes for Arch Linux current -> core change
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
71a4511d0f
commit
4d51a2b357
@ -1,7 +1,7 @@
|
||||
EXTRA_DIST = \
|
||||
abs.conf \
|
||||
supfile.arch \
|
||||
supfile.community \
|
||||
supfile.core \
|
||||
supfile.extra \
|
||||
supfile.testing \
|
||||
supfile.unstable
|
||||
|
@ -9,5 +9,5 @@
|
||||
# Supfiles to be parsed by abs (in this order)
|
||||
# (prefix a module with a ! to disable it)
|
||||
#
|
||||
SUPFILES=(arch extra !unstable !community !testing)
|
||||
SUPFILES=(core extra !unstable !community !testing)
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#
|
||||
# supfile.arch
|
||||
# supfile.core
|
||||
#
|
||||
|
||||
# this is the host containing the current PKGBUILD files
|
||||
# this is the host containing the core PKGBUILD files
|
||||
*default host=cvs.archlinux.org
|
||||
|
||||
*default release=cvs
|
||||
@ -12,4 +12,4 @@
|
||||
#*default umask=002
|
||||
|
||||
*default tag=CURRENT
|
||||
arch
|
||||
core
|
@ -12,5 +12,5 @@
|
||||
#*default umask=002
|
||||
|
||||
*default tag=TESTING
|
||||
arch
|
||||
core
|
||||
extra
|
||||
|
@ -25,7 +25,7 @@ HoldPkg = pacman glibc
|
||||
#[testing]
|
||||
#Include = @sysconfdir@/pacman.d/mirrorlist
|
||||
|
||||
[current]
|
||||
[core]
|
||||
# Add your preferred servers here, they will be used first
|
||||
Include = @sysconfdir@/pacman.d/mirrorlist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user