Make current -> core updates
This commit is contained in:
parent
9ea7c5c402
commit
05346af459
5 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
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)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# /etc/abs/supfile.arch
|
||||
#
|
||||
|
||||
# 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
|
|
@ -22,9 +22,9 @@ HoldPkg = pacman glibc
|
|||
#[testing]
|
||||
#Include = /etc/pacman.d/testing
|
||||
|
||||
[current]
|
||||
[core]
|
||||
# Add your preferred servers here, they will be used first
|
||||
Include = /etc/pacman.d/current
|
||||
Include = /etc/pacman.d/core
|
||||
|
||||
[extra]
|
||||
# Add your preferred servers here, they will be used first
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkgsysconfdir = ${sysconfdir}/pacman.d
|
||||
dist_pkgsysconf_DATA = community current extra release testing unstable
|
||||
dist_pkgsysconf_DATA = community core extra release testing unstable
|
||||
|
||||
$(dist_pkgsysconf_DATA): mirrorlist
|
||||
sed "s|@@REPO@@|$@|g" <$< >$@
|
||||
|
|
Loading…
Add table
Reference in a new issue