+2007-10-09: Marius Mauch <genone@gentoo.org>
+ * glsa-check: Change "affected" target so it's based on "new" instead of
+ "all" (IOW: exclude already applied/injected GLSAs).
+
2007-10-05: Marius Mauch <genone@gentoo.org>
* glsa-check: Use UTF-8 strings to avoid EncodeErrors if a GLSA contains
non-ascii characters (bug #162493)
glsalist = completelist
params.remove("all")
if "affected" in params:
- # maybe this should be todolist instead
- for x in completelist:
+ # replaced completelist with todolist on request of wschlich
+ for x in todolist:
try:
myglsa = Glsa(x, glsaconfig)
except (GlsaTypeException, GlsaFormatException), e: