mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	switch missing builds to detailed excuse info
This commit is contained in:
		
							parent
							
								
									63a9d786a8
								
							
						
					
					
						commit
						409deee905
					
				@ -502,11 +502,11 @@ class ExcuseFinder(object):
 | 
			
		||||
                if arch in self.options.outofsync_arches:
 | 
			
		||||
                    text = text + " (but %s isn't keeping up, so never mind)" % (arch)
 | 
			
		||||
                    excuse.missing_build_on_ood_arch(arch)
 | 
			
		||||
                    excuse.addinfo(text)
 | 
			
		||||
                else:
 | 
			
		||||
                    excuse.policy_verdict = PolicyVerdict.REJECTED_CANNOT_DETERMINE_IF_PERMANENT
 | 
			
		||||
                    excuse.missing_build_on_arch(arch)
 | 
			
		||||
 | 
			
		||||
                excuse.addhtml(text)
 | 
			
		||||
                    excuse.add_verdict_info(excuse.policy_verdict, text)
 | 
			
		||||
 | 
			
		||||
        # check if there is a `force' hint for this package, which allows it to go in even if it is not updateable
 | 
			
		||||
        forces = self.hints.search('force', package=src, version=source_u.version)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user