~jugmac00/launchpad:add-comment-for-pkginfo-version

Last commit made on 2022-06-08
Get this branch:
git clone -b add-comment-for-pkginfo-version 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:
add-comment-for-pkginfo-version
Repository:
lp:~jugmac00/launchpad

Recent commits

4b6292f... by Jürgen Gmach

Add comment about using pkginfo 1.8.2

... which is officially Python 3.6+ only, but in fact works fine for
Python 3.5, and we need some of the newer features.

1a64d02... by Colin Watson

Fix publishing of isolated binaries

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

4945952... by Colin Watson

Expand unhelpful abbreviations

b9ad14a... by Jürgen Gmach

Add artifact pattern matching for Conda

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

7bb1385... by Colin Watson

Fix publishing of isolated binaries

When we upload a CI build to an archive, the resulting
`BinaryPackagePublishingHistory` rows have no associated
`SourcePackageRelease`, which causes publishing to fail since it uses
the name and version from the SPR to compute paths in the pool.

Use the name and version from the `BinaryPackageRelease` instead in this
case. This is quite awkward, and we may need to do something different
with CI builds in the longer term (perhaps storing a name and version on
`CIBuild` instead?), but it does the job for now.

8d4f125... by Colin Watson

Convert TranslationRelicensingAgreement to Storm

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

291073d... by Colin Watson

Fix ArchiveJobs to work under Celery

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

a1fa06b... by Colin Watson

Fix doctests following LaunchpadCronScript changes

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

ecba530... by Colin Watson

Fix doctests following LaunchpadCronScript changes

After commit f7ccf54b16, output from cron script startup happens in a
slightly different order, causing some doctests to fail. Fix these.

9a100dc... by Jürgen Gmach

Add artifact pattern matching for Conda

Conda artifacts match the following patterns:
*.tar.bz2
*.conda

https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/packages.html