diff options
Diffstat (limited to 'abs/core/pacman/pacman.conf')
-rw-r--r-- | abs/core/pacman/pacman.conf | 72 |
1 files changed, 26 insertions, 46 deletions
diff --git a/abs/core/pacman/pacman.conf b/abs/core/pacman/pacman.conf index 25ab6b6..0596b7a 100644 --- a/abs/core/pacman/pacman.conf +++ b/abs/core/pacman/pacman.conf @@ -11,13 +11,14 @@ # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ -CacheDir = /data/var/cache/pacman/pkg/ +#CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log +#GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto @@ -26,16 +27,22 @@ Architecture = auto #IgnoreGroup = #NoUpgrade = -NoUpgrade = data/srv/hobbit/etc/bb-hosts -NoUpgrade = etc/func/minion.conf #NoExtract = -# Misc options (all disabled by default) +# Misc options #UseSyslog -#ShowSize #UseDelta #TotalDownload -#CheckSpace +CheckSpace +#VerbosePkgLists + +# By default, pacman accepts packages signed by keys that its local keyring +# trusts (see pacman-key and its man page), as well as unsigned packages. +#SigLevel = Optional TrustedOnly + +# NOTE: You must run `pacman-key --init` before first using pacman; the local +# keyring can then be populated with the keys of all official Arch Linux +# packagers with `pacman-key --populate archlinux`. # # REPOSITORIES @@ -60,56 +67,29 @@ NoUpgrade = etc/func/minion.conf # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -[core] -Server = http://linhes.org/repo/$arch/$repo - -[extra] -Server = http://linhes.org/repo/$arch/$repo - -#[chroot-devel] -#Server = http://linhes.org/repo/$arch/$repo - -#[core-testing] -#Server = http://linhes.org/repo/$arch/$repo - -#[extra-testing] -#Server = http://linhes.org/repo/$arch/$repo - #[testing] +#SigLevel = PackageRequired #Include = /etc/pacman.d/mirrorlist -#[core] -#Include = /etc/pacman.d/mirrorlist +[core] +SigLevel = PackageRequired +Include = /etc/pacman.d/mirrorlist -#[extra] -#Include = /etc/pacman.d/mirrorlist +[extra] +SigLevel = PackageRequired +Include = /etc/pacman.d/mirrorlist #[community-testing] +#SigLevel = PackageRequired #Include = /etc/pacman.d/mirrorlist -#[community] -#Include = /etc/pacman.d/mirrorlist +[community] +SigLevel = PackageRequired +Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] +#SigLevel = Optional TrustAll #Server = file:///home/custompkgs -########################ARCH DEFAULTS############# -#[ARCH-core] -# Add your preferred servers here, they will be used first -#Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686 - -#[ARCH-extra] -# Add your preferred servers here, they will be used first -#Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686 - -#[community] -# Add your preferred servers here, they will be used first -#Include = /etc/pacman.d/mirrorlist - -# Unstable is disabled by default. To enable, uncomment the following -# two lines. You can add preferred servers immediately after the header, -# and they will be used before the default mirrors. -#[unstable] -#Include = /etc/pacman.d/mirrorlist |