summaryrefslogtreecommitdiffstats
path: root/README
blob: ab6ab776d5b56f091694782c90b933bc9100b8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Fetching data for a debuginfofs server: the easy way
1) Edit /etc/debuginfofs.conf (if needed)
2) run debuginfofs-mirror REPO [REPO...]
 - Note: if you're on EL5 and you want rawhide/F11 debuginfo you might need
   to install a newer python-hashlib. See here:
   http://skvidal.wordpress.com/2009/02/19/yum-createrepo-hashlib-rhel5centos5-and-sha256sums/
   http://http://skvidal.fedorapeople.org/hashlib/

Running the debuginfofs server
1) vi /etc/httpd/conf.d/dav-debuginfo.conf
   - Make sure the Alias line matches exportdir in config.sh
2) service httpd start