~jugmac00/launchpad:artifact-pattern-matching-for-conda

Last commit made on 2022-06-08
Get this branch:
git clone -b artifact-pattern-matching-for-conda 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:
artifact-pattern-matching-for-conda
Repository:
lp:~jugmac00/launchpad

Recent commits

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

c202975... by Colin Watson

Emit statsd metric when a cron script is disabled

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

0f209dc... by Jürgen Gmach

Fix typo in Bokmål

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

7ee6282... by Jürgen Gmach

Stop transliterating Bokmål to ASCII

-> see https://en.wikipedia.org/wiki/Bokm%C3%A5l

9ca7b17... by Colin Watson

Convert DistributionMirror and friends to Storm

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

3b41e61... by Jürgen Gmach

Fix typo

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

1200d58... by Jürgen Gmach

Fix typos in GPGHandler.retrieveKey

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

62095e9... by Jürgen Gmach

Fix typos in gpg/handler.py

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

dc3082b... by Colin Watson

Handle path changes to publish Python packages via Artifactory

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

de9a137... by Colin Watson

Handle path changes to publish Python packages via Artifactory

Unlike .debs, Python packages (sdists and wheels) are published in
<name>/<version>/ subdirectories.