1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-24 16:58:50 -05:00

Make current -> core updates

This commit is contained in:
Dan McGee 2007-09-16 21:20:19 +00:00
parent 9ea7c5c402
commit 05346af459
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
EXTRA_DIST = abs.conf \
supfile.arch \
supfile.community \
supfile.core \
supfile.extra \
supfile.testing \
supfile.unstable

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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" <$< >$@