~jugmac00/launchpad:fix-typo-in-corresponding

Last commit made on 2022-04-01
Get this branch:
git clone -b fix-typo-in-corresponding 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-typo-in-corresponding
Repository:
lp:~jugmac00/launchpad

Recent commits

7639fb6... by Jürgen Gmach

Fix typos

98132e3... by Jürgen Gmach

fix typo

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

fef9bd8... by Colin Watson

Request CIBuilds on ref creation as well as update

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

0948ee4... by Colin Watson

Update soyuz-sampledata-setup.py for focal to jammy

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

8f2120b... by Colin Watson

Add +cibuild stepthrough navigation on BuilderSet

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

e943cb2... by Colin Watson

Configure icons for CIBuild objects

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

3c425d4... by Colin Watson

Clarify createOrUpdateRefs slightly using tuple unpacking

1136b86... by Colin Watson

Refactor DiskPool.addFile to take an IPackageReleaseFile

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

8ee2054... by Jürgen Gmach

fix typo

95edfd7... by Colin Watson

Refactor DiskPool.addFile to take an IPackageReleaseFile

For publishing to Artifactory, `addFile` will need a little more context
than it currently has: as well as the file contents and hash, it'll need
a reference to the originating `SourcePackageRelease` or
`BinaryPackageRelease` in order to be able to calculate initial
properties for the new artifact.

In support of this, refactor `ISourcePackageReleaseFile` and
`IBinaryPackageFile` to inherit from a common `IPackageReleaseFile`
interface, and refactor `DiskPool.addFile` to take an object providing
that interface rather than taking the file contents and hash separately.