loader:
- loader.core doc improvment on the package loader tutorial
- fixes for the loader debian
- fix for the package loader in general (nixguix currently impacted)
lister:
- new maven lister
- drop unnecessary parameter in the debian lister (this actually implies data migration
in the current listed origins in the scheduler)
Plan:
- [x] tag
- [ ] unstuck builds if any (there is, the lister failed already [1])
- [ ] migrate scheduling db data (drop the date field in the extra_loader_arguments for deb listed_origins)
- [ ] deploy lister
- [ ] restart lister service
- [ ] deploy loader core
- [ ] restart package loader services
Checks:
- [ ] ensure deb loading origins are actually scheduled now [2]
- [ ] ensure the nixguix loader actually finish loading now [3]
[1] https://jenkins.softwareheritage.org/job/debian/job/packages/job/DLS/job/gbp-buildpackage/161/console
[2] Related to T2400
[3] Related to T3763