summaryrefslogtreecommitdiff
path: root/xipkg.conf
blob: 08f3fd4ba02fda31a5fd106850f70dbcf98543d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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/
    ftp             https://xilinux.ftp.sh/repo/
}

# The sources to download the keys from
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
    util
    meta
    linux
    devel
]

# the number of times to ping a server to find out its speed
# use 0 to disable determining the fastest servers
pings 4