Set ODCs buildinstall_method only when bootable compose is requested. Enable Pungi runroot on stg backend.

This commit is contained in:
Jan Kaluža 2017-12-11 09:10:02 +00:00
parent 254d35c042
commit 0531fbbd0d
2 changed files with 3 additions and 0 deletions

View file

@ -40,6 +40,7 @@ fedmsg_certs:
- odcs.compose.state-changed
odcs_allowed_source_types: ["tag", "repo", "raw_config"]
odcs_pungi_runroot_enabled: True
odcs_pungi_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
odcs_pungi_runroot_tag: f26-build
odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs

View file

@ -64,7 +64,9 @@ media_checksums = ['sha256']
create_jigdo = False
# BUILDINSTALL
{%- if config.bootable %}
buildinstall_method="lorax"
{%- endif %}
skip_phases = [
{%- if "iso" not in config.results %}