38 lines
904 B
PacmanConf
Executable file
38 lines
904 B
PacmanConf
Executable file
[options]
|
|
ILoveCandy
|
|
Color
|
|
CheckSpace
|
|
ParallelDownloads = 5
|
|
HoldPkg = pacman glibc
|
|
SigLevel = Required DatabaseOptional
|
|
Architecture = auto
|
|
LocalFileSigLevel = Optional
|
|
CacheDir = /var/cache/pacman/pkg
|
|
{%@@ if profile == "Moria" @@%}
|
|
CleanMethod=KeepCurrent
|
|
CacheDir=/docker/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
|
|
{%@@ endif @@%}
|
|
|
|
[korhonen_aur]
|
|
{%@@ if profile == "Moria" @@%}
|
|
Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch
|
|
{%@@ else @@%}
|
|
Include = /etc/pacman.d/pacserve
|
|
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
|
|
{%@@ endif @@%}
|
|
|
|
[core]
|
|
Include = /etc/pacman.d/pacserve
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[extra]
|
|
Include = /etc/pacman.d/pacserve
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[community]
|
|
Include = /etc/pacman.d/pacserve
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[multilib]
|
|
Include = /etc/pacman.d/pacserve
|
|
Include = /etc/pacman.d/mirrorlist
|