Add Edoras and use pacserve for korhonen_aur

This commit is contained in:
Marko Korhonen 2020-12-25 11:46:44 +02:00
parent 4e3582c3a7
commit 7eec915e2f
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 4 additions and 0 deletions

View file

@ -167,3 +167,6 @@ profiles:
localhost: localhost:
include: include:
- Locale - Locale
Edoras:
include:
- Pacman

View file

@ -17,6 +17,7 @@ CacheDir=/docker/index.korhonen.cc/repo/arch_linux/korhonen_aur/$arch
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ else @@%} {%@@ else @@%}
Include = /etc/pacman.d/pacserve
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ endif @@%} {%@@ endif @@%}