Codebase list debian-goodies / 4480e81
Fix missing close statement in checkrestart. (c.f. #855554) Thanks Emilio Pozuelo Monfort! Axel Beckert 7 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
130130 if line.startswith("#"):
131131 continue
132132 blacklist.append(re.compile(line.strip()))
133 blacklistFile.close()
133134
134135 # Start checking
135136
0 debian-goodies (0.70) UNRELEASED; urgency=medium
1
2 * Fix missing close statement in checkrestart. (c.f. #855554)
3 Thanks Emilio Pozuelo Monfort!
4
5 -- Axel Beckert <abe@debian.org> Tue, 28 Feb 2017 00:20:49 +0100
6
07 debian-goodies (0.69) unstable; urgency=low
18
29 * checkrestart: Fix regression with -b/--blacklist from python3