Remove obsolete files
This commit is contained in:
parent
3d99beff23
commit
d95766012d
3 changed files with 13 additions and 13 deletions
|
@ -8,6 +8,10 @@ SigLevel = Required DatabaseOptional
|
|||
Architecture = auto
|
||||
LocalFileSigLevel = Optional
|
||||
CacheDir = /var/cache/pacman/pkg
|
||||
{%@@ if profile == "Moria" @@%}
|
||||
CleanMethod=KeepCurrent
|
||||
CacheDir= /var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
|
||||
{%@@ endif @@%}
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/pacserve
|
||||
|
@ -20,3 +24,12 @@ Include = /etc/pacman.d/mirrorlist
|
|||
[multilib]
|
||||
Include = /etc/pacman.d/pacserve
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[korhonen_aur]
|
||||
{%@@ if profile == "Moria" @@%}
|
||||
Server = file:///var/www/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 @@%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue