aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glsa-check: add --reverse option (bug 235970)Zac Medico2019-09-011-2/+3
* glsa-check: fix truncated CVE ids in listmode (bug 692134)Zac Medico2019-09-011-2/+9
* glsa-check: add exit code for affected GLSAsAaron Bauman2019-08-301-0/+1
* glsa-check: Remove 'new' target from glsa-listZac Medico2019-08-301-5/+6
* glsa-check: Make --pretend output nicerZac Medico2019-08-301-5/+15
* glsa-check: Fix traceback with glsa-check -f (Bug 275105)Zac Medico2019-08-301-2/+2
* glsa-check: Hide non-vuln glsas in quiet modeZac Medico2019-08-291-4/+12
* glsa-check: Add --quiet optionZac Medico2019-08-291-6/+11
* bin/glsa-check: align help menu with the man page updatesAaron Bauman2019-08-261-14/+13
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* glsa-check: Apply list only affected versions patch from bug 400763Paul Varner2017-01-181-4/+11
* glsa-check: Fix some pylint complainsChristian Ruppert2017-01-171-2/+2
* _argparse: punt the moduleMike Frysinger2015-10-291-2/+2
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-3/+3
* glsa-check: portage.util._argparseZac Medico2013-08-021-31/+30
* glsa-check: explicit imports, fix glsaconfig refZac Medico2013-01-181-3/+4
* Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2013-01-181-7/+10
* sync with genscripts rev 343. This adds the initial py3k support and the anal...Paul Varner2013-01-181-0/+7
* Do not inject GLSAs into the checkfile when fixing themPaul Varner2013-01-181-4/+3
* Restructure system affection detection.Paul Varner2013-01-181-37/+35
* Change behaviour of getMinUpgradePaul Varner2013-01-181-0/+10
* Handle unicode encoding when dumping to stdout and start migration to using S...Paul Varner2013-01-181-1/+4
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* strip trailing whitespaceMike Frysinger2012-11-221-7/+7
* glsa: account for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-1/+1
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-8/+5
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-2/+3
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-2/+2
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use cpv_getkey() instead of dep_getkey() where appropriate.Zac Medico2010-02-091-3/+3
* Replace doct.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+1
* Make glsa-check executable.Zac Medico2009-03-041-0/+0
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-3/+3
* Inside summarylist(), it's possible for myglsa.packages.keys() to containZac Medico2009-02-211-1/+1
* Bug #230483 - Convert glsa-check option parsing to use the optparse module.Zac Medico2009-02-191-93/+71
* use summarylist for output of test mode when --verbose is given (patch by Rob...Marius Mauch2008-09-281-5/+5
* sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-0/+1
* Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-2/+2
* move checkfile parsing into its own functionMarius Mauch2007-11-091-5/+1
* Move glsa-check from gentoolkit into portage so the gentoolkit version can be...Marius Mauch2007-11-091-0/+340