projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a387af
)
Add patch from Robert Buchholz: Sort glsa list output.
author
fuzzyray
<fuzzyray@gentoo.org>
Thu, 7 May 2009 22:09:19 +0000
(22:09 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Thu, 7 May 2009 22:09:19 +0000
(22:09 -0000)
svn path=/trunk/gentoolkit/; revision=631
bin/glsa-check
patch
|
blob
|
history
diff --git
a/bin/glsa-check
b/bin/glsa-check
index 316f34fe6a6d432e5ae042f0655cbf6a1319631e..dbb1196f14e402986d70398a96ee057e7decfade 100644
(file)
--- 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)