summaryrefslogtreecommitdiffstats
path: root/bin/glsa-check
Commit message (Expand)AuthorAgeFilesLines
* 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