~lmd-jazzededtech/launchpad:db-stable

Last commit made on 2021-11-05
Get this branch:
git clone -b db-stable https://git.launchpad.net/~lmd-jazzededtech/launchpad
Only violethaze74@jazzededtech.com can upload to this branch. If you are violethaze74@jazzededtech.com please log in for upload directions.

Branch merges

Branch information

Name:
db-stable
Repository:
lp:~lmd-jazzededtech/launchpad

Recent commits

43c601c... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 6383d0e6dea5

3bcb701... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 04696c0796b4

6383d0e... by Jürgen Gmach

Fix typo

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/411449

04696c0... by Colin Watson

Remove old rw_main_{master,slave} config keys

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

d98f29a... by Jürgen Gmach

Fix typo

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

Automatic merge from stable up to 03c10b1080ac

03c10b1... by Colin Watson

Prevent Translation-en publishing collisions

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

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

Automatic merge from stable up to 30ec17c1039b

30ec17c... by Colin Watson

Fix conflict between xmlrpc.client and twisted.web.xmlrpc

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

34025e1... by Colin Watson

Fix conflict between xmlrpc.client and twisted.web.xmlrpc

Modules need to avoid doing both `import xmlrpc.client` and `from
twisted.web import xmlrpc`, since there's then a namespace collision.
Fortunately there was only one such case.