[PATCH 2/2] bodhi-pungi: use AtomicHost variant for AH things

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The compose today failed with:

```
[WARNING ] [OSTREE_INSTALLER] Patterns in config do not match any variant: ^Atomic$
```

There is no Atomic variant any longer. Let's use AtomicHost instead,
which will sync it up with what is done inthe pungi-fedora repo.
---
 roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index e318959d1..b7c4bd529 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -194,7 +194,7 @@ volume_id_substitutions = {
 
 # Other ostree artifacts
 image_build = {
-    '^Everything$': [
+    '^AtomicHost$': [
         {
         [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
             'image-build': {
@@ -215,7 +215,7 @@ image_build = {
 }
 
 ostree_installer = [
-    ('^Atomic$', {
+    ('^AtomicHost$', {
         [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
             '[[ arch ]]': {
                 "repo": [
-- 
2.14.3
_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux