~jugmac00/lpci:show_error_message_when_no_output_files

Last commit made on 2022-03-03
Get this branch:
git clone -b show_error_message_when_no_output_files 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:
show_error_message_when_no_output_files
Repository:
lp:~jugmac00/lpci

Recent commits

6813216... by Jürgen Gmach

Show error message when there are no matching output files

LP: #1962774

51f774d... by Jürgen Gmach

Add note that containers will not be deleted automatically

18027a0... by Jürgen Gmach

Update version and add news entry

a7290fc... by Jürgen Gmach

Do not hide system package installation errors

When the configuration contained a system package which was not
available, the app silently skipped the installation error.

Now, `lpcraft` exits with a proper returncode and shows an error message.

695209e... by Jürgen Gmach

Rebuild Snap package to include updated system packages

see https://ubuntu.com/security/notices/USN-5301-1

7458215... by Jürgen Gmach

Improve output handling via CLI option

The option was renamed from `output` to `output-directory`.

This should help to disambiguate the CLI option with the `output`
configuration option.

5949872... by Jürgen Gmach

Add last step to the release process documentation

a6a701f... by Jürgen Gmach

improve wording

517b0b9... by Jürgen Gmach

fix typo

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.