summaryrefslogtreecommitdiffstats
path: root/debuginfofs.sysconfig
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfofs.sysconfig')
-rw-r--r--debuginfofs.sysconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/debuginfofs.sysconfig b/debuginfofs.sysconfig
new file mode 100644
index 0000000..9b9b378
--- /dev/null
+++ b/debuginfofs.sysconfig
@@ -0,0 +1,6 @@
+# You will need to set this to the correct hostname
+DEBUGINFOFS_SERVER="test1085.test.redhat.com"
+# You shouldn't need to edit these under normal circumstances
+BUILDID_URL="http://$DEBUGINFOFS_SERVER/debuginfofs/build-id/"
+BUILDID_MOUNTPOINT="/usr/lib/debug/.build-id"
+BUILDID_ARGS="-o umask=022"