dotfiles/root/etc/pacman.conf

38 lines
882 B
PacmanConf
Raw Normal View History

[options]
ILoveCandy
Color
CheckSpace
HoldPkg = pacman glibc
SigLevel = Required DatabaseOptional
Architecture = auto
LocalFileSigLevel = Optional
CacheDir = /var/cache/pacman/pkg
{%@@ if profile == "Moria" @@%}
CleanMethod=KeepCurrent
2021-01-01 14:03:30 +02:00
CacheDir=/docker/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
2020-12-20 12:05:48 +02:00
{%@@ endif @@%}
[korhonen_aur]
{%@@ if profile == "Moria" @@%}
Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ else @@%}
Include = /etc/pacman.d/pacserve
2020-12-20 12:05:48 +02:00
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ endif @@%}
[core]
2020-05-31 09:15:18 +03:00
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist
[extra]
2020-05-31 09:15:18 +03:00
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist
[community]
2020-05-31 09:15:18 +03:00
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist
[multilib]
2020-05-31 09:15:18 +03:00
Include = /etc/pacman.d/pacserve
2020-05-31 09:24:48 +03:00
Include = /etc/pacman.d/mirrorlist