summaryrefslogtreecommitdiff
path: root/bin/glsa-check
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-07 22:09:19 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-07 22:09:19 +0000
commit37b7afe8f91755493eba4695a18dad1b1fde5a20 (patch)
tree7f712ce50fe980f6e2c629ed1073b68346c1e7c1 /bin/glsa-check
parent0a387afcf0dbdd7a5cd5ab74d9da7f5f90f75b1b (diff)
downloadgentoolkit-37b7afe8f91755493eba4695a18dad1b1fde5a20.tar.gz
Add patch from Robert Buchholz: Sort glsa list output.
svn path=/trunk/gentoolkit/; revision=631
Diffstat (limited to 'bin/glsa-check')
-rw-r--r--bin/glsa-check1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/glsa-check b/bin/glsa-check
index 316f34f..dbb1196 100644
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -194,6 +194,7 @@ def summarylist(myglsalist, fd1=sys.stdout, fd2=sys.stderr):
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)