summaryrefslogtreecommitdiffstats
path: root/server/debuginfofs.conf
blob: 29e2f400897a6bff8214f0da1cd915e99a048b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configuration for debuginfofs

[general]
# Base URL for the fedora mirrorlist CGI. 
fedora_mirrorlist=http://mirrors.fedoraproject.org/mirrorlist
# Directory for temporary files (downloaded RPMs, etc)
cachedir=/var/cache/debuginfofs
# Directory for the filesystem structure to be exported
exportdir=/var/www/debuginfofs

[rawhide]
mirrorlist=$fedora_mirrorlist?repo=rawhide-debug&arch=$basearch

[fedora]
mirrorlist=$fedora_mirrorlist?repo=fedora-debug-$releasever&arch=$basearch

[fedora-updates]
mirrorlist=$fedora_mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch

[fedora-updates-testing]
mirrorlist=$fedora_mirrorlist?repo=updates-testing-debug-f$releasever&arch=$basearch