mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 05:15:11 -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 = \
|
EXTRA_DIST = \
|
||||||
abs.conf \
|
abs.conf \
|
||||||
supfile.arch \
|
|
||||||
supfile.community \
|
supfile.community \
|
||||||
|
supfile.core \
|
||||||
supfile.extra \
|
supfile.extra \
|
||||||
supfile.testing \
|
supfile.testing \
|
||||||
supfile.unstable
|
supfile.unstable
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
# Supfiles to be parsed by abs (in this order)
|
# Supfiles to be parsed by abs (in this order)
|
||||||
# (prefix a module with a ! to disable it)
|
# (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 host=cvs.archlinux.org
|
||||||
|
|
||||||
*default release=cvs
|
*default release=cvs
|
||||||
@ -12,4 +12,4 @@
|
|||||||
#*default umask=002
|
#*default umask=002
|
||||||
|
|
||||||
*default tag=CURRENT
|
*default tag=CURRENT
|
||||||
arch
|
core
|
@ -12,5 +12,5 @@
|
|||||||
#*default umask=002
|
#*default umask=002
|
||||||
|
|
||||||
*default tag=TESTING
|
*default tag=TESTING
|
||||||
arch
|
core
|
||||||
extra
|
extra
|
||||||
|
@ -25,7 +25,7 @@ HoldPkg = pacman glibc
|
|||||||
#[testing]
|
#[testing]
|
||||||
#Include = @sysconfdir@/pacman.d/mirrorlist
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
[current]
|
[core]
|
||||||
# Add your preferred servers here, they will be used first
|
# Add your preferred servers here, they will be used first
|
||||||
Include = @sysconfdir@/pacman.d/mirrorlist
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user