~ilasc/launchpad:revision-status-submission-api

Last commit made on 2021-12-02
Get this branch:
git clone -b revision-status-submission-api https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
revision-status-submission-api
Repository:
lp:~ilasc/launchpad

Recent commits

52d3757... by Ioana Lasc

Adjust ordering in security.cfg to match master

7e41e68... by Ioana Lasc

Merge branch 'master' into revision-status-submission-api

68fde72... by Ioana Lasc

Expose correct name for api_setLog on IRevisionStatusReportEdit

dee7098... by Colin Watson

Add a timeout to librarian Swift connections

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

2fc8461... by Colin Watson

Add and honour DistroSeries.proposed_not_automatic

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

29465ec... by Colin Watson

Allow access token targets to be containers

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

b89bbf8... by Guruprasad

Allow setting the code import URL using the Launchpad API

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/412509

8d31101... by Guruprasad

Allow setting the code import URL using the Launchpad API

08a1906... by Jürgen Gmach

Fix gpg parsing for names with non ascii signs

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

6ec3516... by Colin Watson

Add and honour DistroSeries.proposed_not_automatic

If set, this flag causes the -proposed pocket of the series to have
`NotAutomatic: yes` and `ButAutomaticUpgrades: yes` written to its
`Release` file, causing apt to not install versions from that suite
without explicit user consent, but to apply upgrades if the user has
already installed a version higher than that available from automatic
suites.

See "man apt_preferences" and
https://wiki.debian.org/DebianRepository/Format for detailed rules.
They're quite confusing, but this is the closest available approximation
of "only upgrade a package from -proposed if you already installed an
earlier version from -proposed".

This is analogous to, and largely copied from, the existing
`DistroSeries.backports_not_automatic` flag.

LP: #1016776