projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1f300
)
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=/branches/gentoolkit-0.2.4/; revision=631
src/glsa-check/glsa-check
patch
|
blob
|
history
diff --git
a/src/glsa-check/glsa-check
b/src/glsa-check/glsa-check
index a0bed1ea3f0a393d4dd25255574936ed9831fc20..0dd3affd2911eae02fa5a5fa33b5336a480b4ff3 100755
(executable)
--- a/
src/glsa-check/glsa-check
+++ b/
src/glsa-check/glsa-check
@@
-192,6
+192,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)