mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-24 00:38:51 -05:00
Make current -> core updates
This commit is contained in:
parent
9ea7c5c402
commit
05346af459
@ -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…
Reference in New Issue
Block a user