~jugmac00/launchpad-buildd:fix-passing-credentials

Last commit made on 2022-07-15
Get this branch:
git clone -b fix-passing-credentials 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:
fix-passing-credentials
Repository:
lp:~jugmac00/launchpad-buildd

Recent commits

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.

729d1bf... by Jürgen Gmach

Pass secrets to the CI runner

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

46bea6f... by Jürgen Gmach

Pass secrets to the CI runner

49259e6... by Andrey Fedoseev

Replace SNAPCRAFT_BUILD_TO with SNAPCRAFT_BUILD_FOR

according to the updated snapcraft specification

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

cb4e9c1... by Andrey Fedoseev

Replace SNAPCRAFT_BUILD_TO with SNAPCRAFT_BUILD_FOR

according to the updated snapcraft specification