Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275105
Collapse All | Expand All

(-)glsa-check (-2 / +2 lines)
Lines 287-294 Link Here
287
						exitcode >>= 8
287
						exitcode >>= 8
288
					if exitcode:
288
					if exitcode:
289
						sys.exit(exitcode)
289
						sys.exit(exitcode)
290
			if len(mergelist):
290
				if len(mergelist):
291
				sys.stdout.write("\n")
291
					sys.stdout.write("\n")
292
		elif mode == "pretend":
292
		elif mode == "pretend":
293
			sys.stdout.write("Checking GLSA "+myid+"\n")
293
			sys.stdout.write("Checking GLSA "+myid+"\n")
294
			if not myglsa.isVulnerable():
294
			if not myglsa.isVulnerable():

Return to bug 275105