git-ubuntu:main

Last commit made on 2023-12-15
Get this branch:
git clone -b main https://git.launchpad.net/git-ubuntu
Members of git-ubuntu developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:git-ubuntu

Recent commits

757c6a7... by Robie Basak

doc: explicitly require sphinx-rtd-theme

RTD builds are failing because this seems to be a new requirement.
Discussed in:

https://blog.readthedocs.com/python-core-requirements-changed/

and

https://github.com/readthedocs/readthedocs.org/issues/10626

0e6dfd9... by Robie Basak

doc: fix command typo

6845a71... by Robie Basak

doc: explain rich history

8d21849... by Robie Basak

doc: adjust note on closing MPs in patch-pilot.rst

2e3660d... by Robie Basak

doc: adjusted patch-pilot.rst hyperlinks

This is a slightly more opinionated change: where links are internal
within the git-ubuntu documentation, I've used the doc reST role
instead to make it independent of URL to make local development and
testing easier. But also, I've removed some links to the git-ubuntu docs
itself, since that's where we are already.

This assumes that the docs are going to stay where they are for now. If
they are moved away, then of course the internal and external links will
need to be reversed.

92c542b... by Robie Basak

doc: fix up patch-pilot.rst

These are non-opinionated fixes relating to reST and Sphinx formatting,
rather than any contentful changes.

04ea573... by Bryce Harrington

patch-pilot: Explain the empty directories workflow

Primarily exists as a pointer to proper documentation for the workflow,
but with a high level explanation in perspective of patch piloting for
context.

f84e88c... by Bryce Harrington

patch-pilot: Example workflow for converting debdiff to a git branch

This aims to provide a basic paint-by-numbers procedure for quickly
converting a debdiff into a git-ubuntu branch, suitable for use within
patch piloting efforts, where the debdiff generally can be assumed to be
reasonably coherent and just needs to be applied and committed.

aea59b5... by Bryce Harrington

patch-pilot: Document how to request MPs be closed

c0bb2f3... by Bryce Harrington

patch-pilot: Explain how to checkout ubuntu/*-devel in git-ubuntu