Codebase list debian-goodies / 46222fa
Add util-linux and screen to the default ignorelist Javier Fernandez-Sanguino 11 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
7070 file_query_check = {}
7171 blacklistFiles = []
7272 blacklist = []
73 ignorelist = []
73 ignorelist = [ 'util-linux', 'screen' ]
7474
7575 # Process options
7676 try:
203203
204204 for package in packages.values():
205205 skip = False
206 if package.name == 'util-linux':
207 skip = True
208206 if ignorelist:
209207 for i in ignorelist:
210208 if i in package.name > 0: