From 5e31b33fbe30f7b1775b89fc23abd6c96675cf99 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 14 Feb 2022 00:36:38 +0000 Subject: updated xisync to work faster --- xipkg.conf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'xipkg.conf') diff --git a/xipkg.conf b/xipkg.conf index 086668b..08f3fd4 100644 --- a/xipkg.conf +++ b/xipkg.conf @@ -1,13 +1,15 @@ -# This is the default configuration for xipkg +# load the default config for xipkg # include /etc/xipkg.d/default.conf +# list of sources of where to find repos +# +# Keep this list short, with a few local mirrors +# ensure that you have a bit of redunancy in case of back up sources { localhost http://localhost:8089/repo/ davidovski https://xi.davidovski.xyz/repo/ - codeberg https://xi.codeberg.page/repo/ ftp https://xilinux.ftp.sh/repo/ - ro https://xi.ro.lt/repo/ } # The sources to download the keys from @@ -15,6 +17,10 @@ key_authority [ davidovski ] +# list of repos +# +# these repos will be search for packages +# anything in any other repos will not be checked repos [ xi system -- cgit v1.2.1