~jugmac00/lpci:add-miniconda-plugin

Last commit made on 2022-05-31
Get this branch:
git clone -b add-miniconda-plugin 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:
add-miniconda-plugin
Repository:
lp:~jugmac00/lpci

Recent commits

b921dc0... by Jürgen Gmach

Add news entry for adding the Miniconda plugin

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
f0dd237... by Dan Ryan

update path used for lpcraft.config.Config call

Signed-off-by: Dan Ryan <email address hidden>

ccd14bd... by Dan Ryan

move miniconda tests to miniconda plugin branch

Signed-off-by: Dan Ryan <email address hidden>

2a23835... by Dan Ryan

add miniconda plugin

- add plugin for setting up miniconda environments
- set up default channels and python versions

Signed-off-by: Dan Ryan <email address hidden>

ed59870... by Jürgen Gmach

Add documentation for run command interpolation

Also add a news entry.

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
597179b... by Dan Ryan

allow interpolation of run commands

- allow plugins to define class variable `INTERPOLATES_RUN_COMMAND`
  which, if true, declares that they will incorporate
  configuration-defined run commands into their hook execution
- this enables hooks to e.g. encapsulate a user-defined run command in
  their own script, or do something before or after the given command

Signed-off-by: Dan Ryan <email address hidden>

eb9ee88... by Jürgen Gmach

Add documentation for modular plugin configuration

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
84ff44c... by Dan Ryan

add test for plugin config properties

Signed-off-by: Dan Ryan <email address hidden>

cd10b24... by Dan Ryan

move plugin config test to modular config branch

Signed-off-by: Dan Ryan <email address hidden>

39aab54... by Dan Ryan

fix missing return type on base plugin model

Signed-off-by: Dan Ryan <email address hidden>