mirror of
				https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
				synced 2025-11-04 09:05:59 +00:00 
			
		
		
		
	Workaround KDE kickstart referencing new comps group
This breaks things until a compose has happened and comps data with the new group in it is actually out there in the repos. So we need to hack it back out again till a compose goes through. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
		
							parent
							
								
									50b4e70a1f
								
							
						
					
					
						commit
						5e3f39209d
					
				@ -81,6 +81,11 @@ sub run {
 | 
			
		||||
    }
 | 
			
		||||
    # now flatten the kickstart
 | 
			
		||||
    assert_script_run "ksflatten -c fedora-live-${lcsubv}.ks -o openqa.ks";
 | 
			
		||||
    # FIXME: we need to hack this back out till a compose with the new
 | 
			
		||||
    # group has run, remove after next Rawhide compose
 | 
			
		||||
    if ($version eq $rawrel && $lcsubv eq "kde") {
 | 
			
		||||
        assert_script_run "sed -i -e '/kde-spin-initial-setup/d' openqa.ks";
 | 
			
		||||
    }
 | 
			
		||||
    # upload the kickstart so we can check it
 | 
			
		||||
    upload_logs "openqa.ks";
 | 
			
		||||
    # now install the tools into the mock
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user