~jugmac00/lpci:set-env-varibales-via-cli

Last commit made on 2022-04-29
Get this branch:
git clone -b set-env-varibales-via-cli 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:
set-env-varibales-via-cli
Repository:
lp:~jugmac00/lpci

Recent commits

f02a260... by Jürgen Gmach

Add optional CLI argument to pass in environment variables

Example usage:

```
lpcraft run --set-env="PIP_INDEX_URL=http://pypi.example.com/simple"
```

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
a40ab16... by Jürgen Gmach

Add optional CLI argument to replace `/etc/apt/sources.list`

Also add minimal CLI interface documentation, which at some point should
be autogenerated.

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
ff1fe0b... by Jürgen Gmach

Back to development

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
6a7ac7d... by Jürgen Gmach

Release version 0.0.10

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
d9a4903... by Jürgen Gmach

Rebuild the Snap package to include updated system packages

See https://ubuntu.com/security/notices/USN-5376-3.

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
18d424f... by Colin Watson

Back to development

e5901d8... by Colin Watson

Release version 0.0.9

6f095bf... by Colin Watson

Ensure that parent of managed project path exists

https://code.launchpad.net/~cjwatson/lpcraft/+git/lpcraft/+merge/419463
broke lpcraft, because the project directory is now copied one level
deeper to `/root/lpcraft/project` but nothing created `/root/lpcraft`
first.

509724e... by Colin Watson

Fix handling of run-one --output-directory option

This was missed when the --output option was renamed to
--output-directory.

0c85067... by Colin Watson

Factor out _remove_prefix_if_possible function