~jugmac00/lpci:add-conda-build-plugin

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

Recent commits

aceb166... by Jürgen Gmach

Test existing recipe folder with missing meta.yaml

... in order to up test coverage to 100%.

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

update path used for lpcraft.config.Config call

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

e4206fc... by Dan Ryan

add tests for conda build plugin

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

9ce0b40... by Dan Ryan

add conda-build plugin

- add plugin for building conda packages from a given recipe
- allow directory traversal to locate "parent" recipes in subdirectories
  which may be resonsible for building packages
- check for the presence of recipe templates, which, if discovered,
  should be re-rendered and used as the build recipe

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

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>