~pinegali000/launchpad:stable

Last commit made on 2022-08-09
Get this branch:
git clone -b stable https://git.launchpad.net/~pinegali000/launchpad
Only ALissa PInegar can upload to this branch. If you are ALissa PInegar please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~pinegali000/launchpad

Recent commits

61e7187... by Andrey Fedoseev

close-account script: skip references related to inactive products

announcement.registrant
milestonetag.created_by
productrelease.owner
productreleasefile.uploader

Merged from https://code.launchpad.net/~andrey-fedoseev/launchpad/+git/launchpad/+merge/428085

7f4c454... by Andrey Fedoseev

close-account: skip product releases files from inactive products

c51080c... by Andrey Fedoseev

close-account: skip product releases from inactive products

7e11fbf... by Andrey Fedoseev

close-account: skip milestone tags from inactive products

1fca0f8... by Colin Watson

Set soss.license for publications with license information

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

f242b4f... by Andrey Fedoseev

close-account: skip announcements from inactive products

08388e1... by Colin Watson

Upgrade to bleach 3.3.1

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

e18d70f... by Colin Watson

Fix more errors in removing six from bzr revision handling

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

551e5d5... by Colin Watson

Fix another bzr revision ID type

1feab58... by Colin Watson

Fix some more RosettaUploadJob.create calls

We now have to pass a str or None as `from_revision_id`. None is easier
to type than `NULL_REVISION.decode()`, and equivalent.