Re: FBR fixes to bodhi-pungi configs for atomichost artifacts

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

 




On 04/19/2018 03:11 PM, Patrick  マルタインアンドレアス  Uiterwijk wrote:
>> This is an attempt to fix https://pagure.io/dusty/failed-composes/issue/176
>>
>> I'd like to get patrick and one other person to review these changes.
> 
> Sure, the changes look fine and easily revertable.
> Also, all these artifacts are failable.
> So +1.

Deployed and hit an issue. small fixup patch that was just applied
and approved by patrick/kevin in IRC:

```
$ git diff --ignore-all-space                                                   
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2      
index b7c4bd529..ea4fe8476 100644                          
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2     
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2     
@@ -195,8 +195,8 @@ volume_id_substitutions = {            
 # Other ostree artifacts                                  
 image_build = {                                           
     '^AtomicHost$': [                                     
-        {                                                 
         [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]                                                           
+            {                                             
                 'image-build': {                          
                     'format': [('qcow2', 'qcow2'), ('raw-xz', 'raw.xz')],                                            
                     'name': 'Fedora-Atomic',              
@@ -208,9 +208,9 @@ image_build = {                        
                     'install_tree_from': "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"                                                     
                     'subvariant': 'AtomicHost',           
                     'failable': ['*'],                    
+                }                                         
             },                                            
         [% endfor %]                                      
-        }                                                 
     ]                                                     
 }
```
_______________________________________________
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