debuginfod: Implement role
Implements the debuginfod role.
Signed-off-by: Morten Linderud morten@linderud.pw
Edited by Morten Linderud
Merge request reports
Activity
- Resolved by Morten Linderud
added 377 commits
-
2fb54129...9ad546e9 - 371 commits from branch
archlinux:master
- 452fd934 - debuginfod: Implement role
- 458a28d6 - Added syncdebug role
- 08996a9c - Added rsyncd entry for debug packages
- cc2acb9c - rsync.conf: Exclude debug package pools and repos
- 3fd27597 - debuginfod: Added nginx config
- dbbe0244 - Hosts: Added debuginfod.archlinux.org
Toggle commit list-
2fb54129...9ad546e9 - 371 commits from branch
I have added rsync.conf stuff,
syncdebug
, nginx proxy for debuginfod.Remaining:
- Figure out what host to provision
- We need to provision package pools
- Create a file listing packages in debuginfod
Edited by Morten Linderudadded 2 commits
added 196 commits
-
2c312533...73a48d43 - 187 commits from branch
archlinux:master
- a2edbad6 - debuginfod: Implement role
- 49fa1ef3 - Added syncdebug role
- 9fd2743f - Added rsyncd entry for debug packages
- 8f7fc21d - rsync.conf: Exclude debug package pools and repos
- 31a4fc09 - debuginfod: Added nginx config
- 6d7ec781 - Hosts: Added debuginfod.archlinux.org
- 34ee221c - debuginfod: Added playbook
- a17b0e48 - debuginfod: correct some typos
- 6e5b2f14 - debuginfod: correct rsyncd.conf
Toggle commit list-
2c312533...73a48d43 - 187 commits from branch
- Resolved by Kristian Klausen
- Resolved by Morten Linderud
- Resolved by Morten Linderud
Having a timer outputting a file we can fetch for packages in debuginfod would be usefull for us and users to verify what we have available when querying debuginfod. It would also help us make a small website for the service.
sqlite3 debuginfod.sqlite "select name from buildids9_files;" | grep ".pkg.tar"
- Resolved by Kristian Klausen
- Resolved by Morten Linderud
- Resolved by Morten Linderud
Please register or sign in to reply