~jugmac00/launchpad-buildd:release-216

Last commit made on 2022-07-18
Get this branch:
git clone -b release-216 https://git.launchpad.net/~jugmac00/launchpad-buildd
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
release-216
Repository:
lp:~jugmac00/launchpad-buildd

Recent commits

49ec6b1... by Jürgen Gmach

releasing package launchpad-buildd version 216

5b798a3... by Colin Watson

lpbuildd.ci: Fix spelling of --secret argument

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/426984

995cfc0... by Colin Watson

lpbuildd.ci: Fix spelling of --secret argument

https://code.launchpad.net/~jugmac00/launchpad-buildd/+git/launchpad-buildd/+merge/426955
changed the spelling of `run-ci`'s `--secrets` argument to `--secret`.
Keep `lpbuildd.ci` in sync with this.

174f48a... by Jürgen Gmach

Fix secrets handling for CI builds

Merged from https://code.launchpad.net/~jugmac00/launchpad-buildd/+git/launchpad-buildd/+merge/426955

45e7f73... by Jürgen Gmach

Fix secrets handling for CI builds

- the buffer for a NamedTemporaryFile needs to be flushed before the
  file gets copied
- secrets within launchpad-buildd are still variables on the command
  line - only for lpcraft it is already a secrets file

559716f... by Colin Watson

Gather *.debug from snap builds

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/426459

80f7b19... by Colin Watson

Simplify multiple str.endswith calls

`str.endswith` also takes a tuple of suffixes.

e7d9ce6... by Colin Watson

Gather *.debug from snap builds

e010203... by Colin Watson

Revise ordering of deployment documentation

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/426824

cb114ec... by Colin Watson

Revise ordering of deployment documentation

We should be performing QA before proposing a release commit, not after.