~jugmac00/launchpad:fix-regression-from-fixing-revision-display

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

Recent commits

dde3797... by Jürgen Gmach

Fix regression from fixing display of git revision

6e2d538... by Colin Watson

Install loggerhead using pip

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

97bf565... by Jürgen Gmach

Fix display of git revision

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

7edffbb... by Colin Watson

Install loggerhead using pip

loggerhead 2.0.0 finally has the right packaging metadata to allow us to
install it using pip rather than using the deprecated sourcedeps
mechanism.

I also had to upgrade to Paste 3.5.2 to fix a Python 3 compatibility
issue with loggerhead's WSGI application for static files that I noticed
while testing this locally; and we no longer need SimpleTAL at all,
since loggerhead 2.0.0 uses Chameleon instead.

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