~cjwatson/lpbuildbot-worker:main

Last commit made on 2023-01-30
Get this branch:
git clone -b main https://git.launchpad.net/~cjwatson/lpbuildbot-worker
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~cjwatson/lpbuildbot-worker

Recent commits

691eabd... by Colin Watson

Update pre-commit hooks

Includes fix for https://github.com/PyCQA/isort/issues/2077.

I excluded `charm/templates/buildslave.j2` from the `end-of-file-fixer`
hook because Jinja tends to remove a single newline from the end of a
template, and so we deliberately have an extra one so that the output
file still ends with a newline.

All code changes were automatic.

5c35a03... by Colin Watson

charm: Stop creating sourcecode directory

Launchpad no longer needs this.

f2eb940... by Colin Watson

Switch to libapache2-mod-wsgi-py3

e663f44... by Colin Watson

Remove call to update-sourcecode

It no longer does anything.

b2904de... by Colin Watson

Remove dependencies on bzr

Compare
https://code.launchpad.net/~cjwatson/meta-lp-deps/remove-bzr/+merge/428803.

caad7c0... by Colin Watson

Update buildbot group ID detection to use Python 3

274f6b1... by Colin Watson

Clean apt cache after installing packages

Let's make the images a little smaller.

7c954ed... by Colin Watson

Fix workers_path

This is a bit friendlier to what buildbot expects.

0e04704... by Colin Watson

Allow /etc/default to already exist

33f511a... by Colin Watson

Set up /etc/default/buildslave

xenial's buildbot-slave package needs this.