summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:42:07 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:42:07 +0100
commit99120e097e75cb2a51a2b230bd587bf20da29556 (patch)
treee3dc808275aa66e581fb513a77492282cbd317d5
parent10a35e3250db3c413e7292fa4d8090a0e61dc5b8 (diff)
removed unecessary parts from xipkg confv1.5
-rw-r--r--xipkg.conf28
1 files changed, 3 insertions, 25 deletions
diff --git a/xipkg.conf b/xipkg.conf
index 767c072..35a7908 100644
--- a/xipkg.conf
+++ b/xipkg.conf
@@ -7,9 +7,9 @@ include /etc/xipkg.d/default.conf
# Keep this list short, with a few local mirrors
# ensure that you have a bit of redunancy in case of back up
sources {
- local file:///var/lib/xib/repo/
-# ftp https://xilinux.ftp.sh/repo/
-# davidovski https://xi.davidovski.xyz/repo/
+# local file:///var/lib/xib/repo/
+ ftp https://xilinux.ftp.sh/repo/
+ davidovski https://xi.davidovski.xyz/repo/
}
# The sources to download the keys from
@@ -17,25 +17,3 @@ key_authority [
davidovski
]
-# list of repos
-#
-# these repos will be search for packages
-# anything in any other repos will not be checked
-repos [
- apps
- devel
- font
- linux
- media
- meta
- python
- system
- util
- x11
- xi
-]
-
-# the number of times to ping a server to find out its speed
-# use 0 to disable determining the fastest servers
-pings 4
-