ubuntu-debuginfod:systemd

Last commit made on 2022-12-12
Get this branch:
git clone -b systemd 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:
systemd
Repository:
lp:ubuntu-debuginfod

Recent commits

0dcee21... by Sergio Durigan Junior

poll_launchpad.py: Create poller for LP

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

38ea4f9... by Sergio Durigan Junior

conf/*: Create systemd service file and a default config

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

c98d703... by Sergio Durigan Junior

debuginfod.py: Modify to make it use sd-notify

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

0116435... by Sergio Durigan Junior

README.md: Add python3-requests to the list of dependencies

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

bebdd5c... by Sergio Durigan Junior

Add Celery application (debuginfod)

This Celery application exports two tasks that can be called by a
client: grab_ddebs and grab_ddebs_sources.

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

e8bc633... by Sergio Durigan Junior

Add DebugGetter, DdebGetter and DdebSourceCodeGetter classes

DebugGetter implements the basics of a getter (fetcher) to be used by
the debuginfod service.

DdebGetter extends DebugGetter and implements the necessary methods to
fetch ddebs from Ubuntu.

DdebSourceCodeGetter extends DebugGetter and implements a fetcher for
source code.

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

e0b73ac... by Sergio Durigan Junior

ddebpoller.py: Also send sourceFileUrls to the getter

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

e5ff39f... by Sergio Durigan Junior

debugpoller.py: Fix module_name suffixing

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

27534a2... by Sergio Durigan Junior

README.md: Add python3-launchpadlib as a dependency

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

be368a5... by Sergio Durigan Junior

Add DebugPoller and DdebPoller classes

The DebugPoller class implements the basics of a poller for the
debuginfod service.

The DdebPoller class extends DebugPoller and implements the poller for
ddebs.

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