* [gentoo-commits] gentoolkit r631 - branches/gentoolkit-0.2.4/src/glsa-check trunk/gentoolkit/bin
@ 2009-05-07 22:09 Paul Varner (fuzzyray)
0 siblings, 0 replies; only message in thread
From: Paul Varner (fuzzyray) @ 2009-05-07 22:09 UTC (permalink / raw
To: gentoo-commits
Author: fuzzyray
Date: 2009-05-07 22:09:19 +0000 (Thu, 07 May 2009)
New Revision: 631
Modified:
branches/gentoolkit-0.2.4/src/glsa-check/glsa-check
trunk/gentoolkit/bin/glsa-check
Log:
Add patch from Robert Buchholz: Sort glsa list output.
Modified: branches/gentoolkit-0.2.4/src/glsa-check/glsa-check
===================================================================
--- branches/gentoolkit-0.2.4/src/glsa-check/glsa-check 2009-05-07 22:07:50 UTC (rev 630)
+++ branches/gentoolkit-0.2.4/src/glsa-check/glsa-check 2009-05-07 22:09:19 UTC (rev 631)
@@ -192,6 +192,7 @@
fd2.write(green("[U]")+" means the system is not affected and\n")
fd2.write(red("[N]")+" indicates that the system might be affected.\n\n")
+ myglsalist.sort()
for myid in myglsalist:
try:
myglsa = Glsa(myid, glsaconfig)
Modified: trunk/gentoolkit/bin/glsa-check
===================================================================
--- trunk/gentoolkit/bin/glsa-check 2009-05-07 22:07:50 UTC (rev 630)
+++ trunk/gentoolkit/bin/glsa-check 2009-05-07 22:09:19 UTC (rev 631)
@@ -194,6 +194,7 @@
fd2.write(green("[U]")+" means the system is not affected and\n")
fd2.write(red("[N]")+" indicates that the system might be affected.\n\n")
+ myglsalist.sort()
for myid in myglsalist:
try:
myglsa = Glsa(myid, glsaconfig)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-07 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07 22:09 [gentoo-commits] gentoolkit r631 - branches/gentoolkit-0.2.4/src/glsa-check trunk/gentoolkit/bin Paul Varner (fuzzyray)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox