ubuntu-debuginfod:overhaul

Last commit made on 2023-04-27
Get this branch:
git clone -b overhaul https://git.launchpad.net/ubuntu-debuginfod
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
overhaul
Repository:
lp:ubuntu-debuginfod

Recent commits

1603dca... by Sergio Durigan Junior

conf/*: Adjust service files to reflect debianization

Signed-off-by: Sergio Durigan Junior <email address hidden>

9efe324... by Sergio Durigan Junior

README.md: Add section about installing the package from a PPA

Signed-off-by: Sergio Durigan Junior <email address hidden>

b89d8b7... by Sergio Durigan Junior

Debianize package

Debianize the package. This will make shipping it much easier.

Signed-off-by: Sergio Durigan Junior <email address hidden>

ccdbc8e... by Sergio Durigan Junior

u/obtain-launchpad-credentials.py: New helper script

Add a simple script to help the user get their Launchpad credentials.

Signed-off-by: Sergio Durigan Junior <email address hidden>

fc995a9... by Sergio Durigan Junior

u/*/__init__.py: Create missing __init__.py files

Signed-off-by: Sergio Durigan Junior <email address hidden>

36be7b7... by Sergio Durigan Junior

u/s/*.py: Move services out of the package

We don't need to keep the services inside the package namespace. Move
them out, and reorganize their location.

Signed-off-by: Sergio Durigan Junior <email address hidden>

e0f7b5f... by Sergio Durigan Junior

README.md: Improve documentation

Explain how to properly set up the service from scratch.

Signed-off-by: Sergio Durigan Junior <email address hidden>

73c5fbc... by Sergio Durigan Junior

Add testsuite

This commit adds a testsuite to the project.

Signed-off-by: Sergio Durigan Junior <email address hidden>

ae7a44d... by Sergio Durigan Junior

u/s/launchpad-poller.py: Adjust to just poll and not dispatch anything

The new Launchpad dispatcher classes will be responsible for doing the
actual dispatch, so in this commit we adjust the poller to
just... poll. Also, reflect the mass class/file/method renaming.

Signed-off-by: Sergio Durigan Junior <email address hidden>

97a6daa... by Sergio Durigan Junior

c/ubuntu-debuginfod-launchpad-dispatcher.*: New files

New service and timer files for the Launchpad dispatcher.

Signed-off-by: Sergio Durigan Junior <email address hidden>