~jugmac00/lpci:fix-config-path-regression

Last commit made on 2022-02-04
Get this branch:
git clone -b fix-config-path-regression https://git.launchpad.net/~jugmac00/lpci
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-config-path-regression
Repository:
lp:~jugmac00/lpci

Recent commits

fb0d70e... by Jürgen Gmach

fix config path regression

When a configurable configuration file was introduced, a default value
for the configuration file was added to the run subparser.

Running `lpcraft` without any arguments defaults to the run command, but
the subparser args do not get parsed in that case.

This has been fixed by adding an additional check/fallback to the
default configuration file.

368a8af... by Jürgen Gmach

run `pre-commit run --all-files`

89ed52f... by Jürgen Gmach

update release process documentation

... to reflect UI changes in the Snap Store.

a24a673... by Ioana Lasc

Merge remote-tracking branch 'ilasc/add-cofig-path-option' into main

d1f534c... by Colin Watson

Upgrade to craft-cli 0.2.0

This picks up my fix to only show spinners if the output stream is a
terminal.

01b2bae... by Ioana Lasc

Add path config option to run_one

333a82b... by Ioana Lasc

Add opion to configure path to config file

e4eda6b... by Colin Watson

Isolate jobs from the project directory

Simply mounting the project directory in the container encourages jobs
to write temporary files to the project directory, which makes it far
too easy to leak files between jobs unintentionally or to corrupt the
project directory. It's better to isolate jobs as cleanly as possible,
so give each job a fresh copy of the project directory instead.

f5a0dae... by Colin Watson

Fix rST syntax error

289ebb0... by Colin Watson

Mention git tagging