~robbieburgett/launchpad:db-stable

Last commit made on 2021-03-02
Get this branch:
git clone -b db-stable https://git.launchpad.net/~robbieburgett/launchpad
Only robbie can upload to this branch. If you are robbie please log in for upload directions.

Branch merges

Branch information

Name:
db-stable
Repository:
lp:~robbieburgett/launchpad

Recent commits

08f7902... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to cc773b502c7e

cc773b5... by Colin Watson

Fix removal of trees with non-UTF-8 file names

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398971

cad49bf... by Colin Watson

Fix removal of trees with non-UTF-8 file names

https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398367
incidentally caused gina to pass `unicode` objects to `shutil.rmtree` on
Python 2 when removing unpacked source trees, which triggered
https://bugs.python.org/issue24672 if a source package contained
non-UTF-8 file names. Ensure that we pass a `str` object to
`shutil.rmtree` to avoid this bug.

f234740... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 1626b180f3cf

1626b18... by Thiago F. Pappacena

Snap privacy indexes and CHECK constraint validation

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/398702

261325a... by Thiago F. Pappacena

Merge branch 'master' into snap-pillar-db-indexes

25726e0... by Patch Queue Manager <email address hidden>

Merge db-stable 63b54f94be5922f57c1271e5ec2dcbdf16240151 (private Snap related changes)

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/398892

4fe40f6... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 103fc52436d2

103fc52... by Colin Watson

Fix email sorting in test_simple_sendmail

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398782

412c64c... by Colin Watson

Stabilize sorting of branch target related branches

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/398783