~jugmac00/launchpad-buildd:update-developing-documentation

Last commit made on 2022-06-14
Get this branch:
git clone -b update-developing-documentation 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:
update-developing-documentation
Repository:
lp:~jugmac00/launchpad-buildd

Recent commits

1622065... by Jürgen Gmach

Fix setup instructions for a development environment

af42876... by Colin Watson

Release version 214

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

601c801... by Colin Watson

releasing package launchpad-buildd version 214

d71f442... by Colin Watson

Avoid using the deprecated apt-key

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

28df7d6... by Colin Watson

Run tests on focal

All production builders are focal these days, and bionic doesn't have
`gpg --show-keys`.

b5ea06f... by Colin Watson

Avoid using the deprecated apt-key

Launchpad sends us ASCII-armored key data. Dearmor it (for
compatibility with apt < 1.4) and drop it into
`/etc/apt/trusted.gpg.d/`, which is now preferred over using apt-key(8).

LP: #1938704

245a5df... by Colin Watson

Tolerate ntphost being unset in postinst

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

7f6a85d... by Colin Watson

Tolerate ntphost being unset in postinst

The postinst attempted to tolerate `ntphost` being unset in
`/etc/launchpad-buildd/default`, but it failed due to `set -u`. Work
around this.

95d70b9... by Colin Watson

Fix passing of apt repository and environment variable options

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

286ce0c... by Colin Watson

Fix passing of apt repository and environment variable options

They need to be passed to `run-ci`, not `run-ci-prepare`.

LP: #1977477