lp-codeimport:master

Last commit made on 2023-10-11
Get this branch:
git clone -b master https://git.launchpad.net/lp-codeimport
Members of Canonical Launchpad Engineering can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:lp-codeimport

Recent commits

3ba8d96... by Nobuto Murata

Enable verbose logging for git operations

Merged from https://code.launchpad.net/~nobuto/lp-codeimport/+git/lp-codeimport/+merge/453279

5356f11... by Colin Watson

charm: Update charm-wheels/ols-layers

Merged from https://code.launchpad.net/~cjwatson/lp-codeimport/+git/lp-codeimport/+merge/452567

6015bb8... by Nobuto Murata

Enable verbose logging for git operations

Previously there was no hint when one operation was taking time and hit
the timeout. We should be able to see more information about why an
operation is taking time and where.

LP: #2038975

3aae7bb... by Colin Watson

charm: Update charm-wheels/ols-layers

The old version of layer-basic embedded in ols-layers had some
insufficient pinning; as a result, builds have started failing recently
due to changes in some unpinned dependencies. Updating charm-wheels and
ols-layers fixes that.

d92983c... by Colin Watson

pre-commit: Update to flake8 6.1.0

Merged from https://code.launchpad.net/~cjwatson/lp-codeimport/+git/lp-codeimport/+merge/452535

1b00ffa... by Colin Watson

pre-commit: Update to flake8 6.1.0

This spotted an unused assignment shadowed by a property.

dc50718... by Colin Watson

charm: Remove the old build system

Merged from https://code.launchpad.net/~cjwatson/lp-codeimport/+git/lp-codeimport/+merge/449459

f0286c6... by Colin Watson

charm: Remove the old build system

We use `charmcraft` and Launchpad charm recipes now, so we can get rid
of lots of cruft.

53c7e0e... by Colin Watson

charm: Add type/description to overridden install_sources/install_keys

Merged from https://code.launchpad.net/~cjwatson/lp-codeimport/+git/lp-codeimport/+merge/448507

70bea47... by Colin Watson

charm: Add type/description to overridden install_sources/install_keys

Copied from `layer-apt/config.yaml`. `charmcraft` seems to be a bit
pickier about this nowadays and is failing if we try to override just
the default values.