Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created April 20, 2020 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehelms/0610c3126e4f00b1803015431c070195 to your computer and use it in GitHub Desktop.
Save ehelms/0610c3126e4f00b1803015431c070195 to your computer and use it in GitHub Desktop.
iff --git a/package_manifest.yaml b/package_manifest.yaml
index b50649d9a..edec804e4 100644
--- a/package_manifest.yaml
+++ b/package_manifest.yaml
@@ -1,5 +1,7 @@
---
packages:
+ vars:
+ foremandist: .fm2_1
children:
foreman_packages: {}
plugins_packages: {}
@@ -870,8 +872,12 @@ plugin_scl_packages:
- name: foreman-plugins-nightly-rhel7
scl: 'tfm'
dist: '.el7'
+ macros:
+ foremandist: "{{ foremandist }}"
- name: foreman-plugins-nightly-el8
dist: '.el8'
+ macros:
+ foremandist: "{{ foremandist }}"
releasers:
- koji-foreman-plugins
nightly_releaser: koji-foreman-plugins-jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment