summaryrefslogtreecommitdiffstats
path: root/server/debuginfofs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'server/debuginfofs.conf')
-rw-r--r--server/debuginfofs.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/server/debuginfofs.conf b/server/debuginfofs.conf
new file mode 100644
index 0000000..29e2f40
--- /dev/null
+++ b/server/debuginfofs.conf
@@ -0,0 +1,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