Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 182990 | Differences between
and this patch

Collapse All | Expand All

(-)glsa-check.orig (+3 lines)
Lines 312-317 Link Here
312
		myattachments.append(str(myfd.getvalue()))
312
		myattachments.append(str(myfd.getvalue()))
313
		myfd.close()
313
		myfd.close()
314
		
314
		
315
	if not glsalist:
316
		mysubject = "[glsa-check] No advisories found for %s" % socket.getfqdn()
317
        	
315
	mymessage = portage_mail.create_message(myfrom, myrecipient, mysubject, summary, myattachments)
318
	mymessage = portage_mail.create_message(myfrom, myrecipient, mysubject, summary, myattachments)
316
	portage_mail.send_mail(glsaconfig, mymessage)
319
	portage_mail.send_mail(glsaconfig, mymessage)
317
		
320
		

Return to bug 182990