mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 02:24:24 +00:00 
			
		
		
		
	Stop trying to support partial removals from tpu; they make no sense
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
		
							parent
							
								
									19a7792982
								
							
						
					
					
						commit
						6ac2a58e53
					
				@ -1995,9 +1995,7 @@ class Britney:
 | 
			
		||||
        if pkg[0] == "-" and "/" in pkg:
 | 
			
		||||
            pkg_name, arch = pkg.split("/")
 | 
			
		||||
            pkg_name = pkg_name[1:]
 | 
			
		||||
            if arch.endswith("_tpu"):
 | 
			
		||||
                arch, suite = arch.split("_")
 | 
			
		||||
            else: suite = "testing"
 | 
			
		||||
            suite = "testing"
 | 
			
		||||
        # arch = "<source>/<arch>",
 | 
			
		||||
        elif "/" in pkg:
 | 
			
		||||
            pkg_name, arch = pkg.split("/")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user