Revert "Switch from pacserve to flexo"

This reverts commit 7c2e4a67a7.
This commit is contained in:
Marko Korhonen 2023-05-23 21:38:07 +03:00
parent 788e3b6e40
commit 677b16789c
3 changed files with 15 additions and 1 deletions

View file

@ -14,18 +14,22 @@ CacheDir=/var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
{%@@ endif @@%}
[core]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/pacserve
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 @@%}

View file

@ -0,0 +1 @@
PACSERVE_ARGS="--multicast --avahi"