pipeline: introduce host runner
osbuild currently throws an error when not passing a build environment on the command line, because the runner is unset. This is annoying on hosts which only need a runner set, but no build pipeline. To simplify running osbuild in this common case, introduce `org.osbuild.host`, which is a runner that is defined to work on the host that osbuild is installed on. Use this runner by default and include a symlink to the right runner in the Fedora and RHEL packages. Also add `runners/org.osbuild.host` to `.gitignore`, so that developers can set the symlink when running osbuild from the source directory. Fixes #171
This commit is contained in:
parent
d8bb359e81
commit
f0a7b2261e
3 changed files with 11 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,3 +9,5 @@ __pycache__
|
|||
/output-test
|
||||
|
||||
/test/.vagrant
|
||||
|
||||
/runners/org.osbuild.host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue