mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 02:24:24 +00:00 
			
		
		
		
	Use correct self.hints instead of non-existent hints.
Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
This commit is contained in:
		
							parent
							
								
									792cbf7175
								
							
						
					
					
						commit
						f52dea4d51
					
				@ -1200,8 +1200,8 @@ class Britney:
 | 
			
		||||
        elif 'source' in self.hints["block-all"]:
 | 
			
		||||
            blocked["block"] = self.hints["block-all"]["source"]
 | 
			
		||||
 | 
			
		||||
        if src in hints["block-udeb"]:
 | 
			
		||||
            blocked["block-udeb"] = hints["block-udeb"][src]
 | 
			
		||||
        if src in self.hints["block-udeb"]:
 | 
			
		||||
            blocked["block-udeb"] = self.hints["block-udeb"][src]
 | 
			
		||||
 | 
			
		||||
        # if the source is blocked, then look for an `unblock' hint; the unblock request
 | 
			
		||||
        # is processed only if the specified version is correct. If a package is blocked
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user