~racb/git-ubuntu:start-patch-pilot-tips-sheet

Last commit made on 2023-09-21
Get this branch:
git clone -b start-patch-pilot-tips-sheet https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
start-patch-pilot-tips-sheet
Repository:
lp:~racb/git-ubuntu

Recent commits

5b8617c... by Robie Basak

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

2e71dbe... 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.

4c076d2... 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.

df77d7c... 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.

3a2427a... 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.

b6fa1e1... by Bryce Harrington

patch-pilot: Document how to request MPs be closed

7e40009... by Bryce Harrington

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

d543cd9... by Bryce Harrington

patch-pilot: Explain how to autopkgtest a git-ubuntu mp via PPA

e029a1f... by Bryce Harrington

patch-pilot: Define basic workflow

How to clone, branch, install deps, and build git-ubuntu MPs.

Anyone reading this likely already has their own preferred workflow and
toolset that work well for them, but this provides a decent illustration
of the main concepts.

7095529... by Bryce Harrington

patch-pilot: Add introductory text and more info

Provide links to other relevant docs