~jugmac00/launchpad:fix-git-revision-display

Last commit made on 2022-08-19
Get this branch:
git clone -b fix-git-revision-display https://git.launchpad.net/~jugmac00/launchpad
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-git-revision-display
Repository:
lp:~jugmac00/launchpad

Recent commits

05f4b0c... by Jürgen Gmach

Fix display of git revision

The revision, which is displayed on Launchpad's start page, still
contained a leading `r`, which is a remainder from when Bazaar was used.

This commit removes the `r` to avoid confusion when searching for the
shown revision.

a7ed852... by Jürgen Gmach

Update projects using Launchpad

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

3f8c97e... by Colin Watson

Return proxied objects from various OCI factory methods

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

87919ae... by Jürgen Gmach

Rename `apt_repositories` into `package_repositories`

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

15e7d0e... by Jürgen Gmach

Rename `apt_repositories` into `package_repositories`

Also rename the corresponding helper function.

This needs to be a two-phase process. Once `launchpad-buildd` works
with the new naming, the deprecated occurrences with `apt_repositories`
can be removed.

This is not only about renaming. This is also a preparation for
switching from replacing repositories with adding additional
repositories further down the stack in `launchpad-buildd` respectively
`lpraft`.

cae6970... by Andrey Fedoseev

Allow notifications for failed CI builds

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

d93e088... by Andrey Fedoseev

Allow notifications for failed CI Build

58071e7... by Jürgen Gmach

Update projects using Launchpad

Remove both Zope and MySQL from the list, as both projects meanhwile
use different code hosting platforms.

86ce148... by Andrey Fedoseev

close-account: handle the referenced deleted PPAs

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

3e8b57c... by Andrey Fedoseev

close-account: handle the referenced deleted PPAs

If a deleted PPA is not referenced, or the references allows cascade deletion, it gets purged. Otherwise, it is ignored.

Non-deleted PPAs still block account closing.