summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-071-1/+1
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-071-3/+13
* Bug #224271 - Add a 'IUSE is not defined' ebuild.minorsyn warning.Zac Medico2008-06-071-0/+7
* Add subversion support for repoman (patch by Fabien Groffen, http://archives....Marius Mauch2008-05-131-6/+15
* Fix the EbuildQuote check to ignore "echo" and the elog functions sinceZac Medico2008-04-271-1/+4
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-292-3/+10
* Bug #212621 - Make the EbuildQuote check do quoting validation for miscZac Medico2008-03-251-1/+8
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-2/+4
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* fix more trivial issues breaking repomanv2.2_pre2Marius Mauch2008-02-101-1/+2
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse.Zac Medico2008-02-081-1/+1
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-301-14/+1
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
* import ordering, prevent errors from mucking up module namespace in checks, f...Alec Warner2008-01-271-18/+26
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-0/+188
* Check for quoted ${A}. Thanks to maekke for this patch.Zac Medico2008-01-181-1/+12
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-4/+18
* Make the EbuildQuote.missing_quotes regex accept singleZac Medico2007-11-101-2/+2
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-101-179/+106
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2007-11-051-1/+1
* Properly escape { and } characters in regular expressions evenZac Medico2007-11-011-3/+3
* Remove an extra \$ from the EbuildQuote.var_reference regexZac Medico2007-11-011-1/+1
* Make the EbuildUselessCdS check for both quoted and unquoted ${S}Zac Medico2007-11-011-1/+1
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-012-1/+23
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-0/+19
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* In the EbuildQuote check, combine the var_assignmentZac Medico2007-10-031-4/+1
* Filter some false positives out of the EbuildQuote check.Zac Medico2007-10-021-13/+48
* Rename checks as the naming was overkill (they are all obviously checks being...Alec Warner2007-10-012-6/+24
* keep old repoman names so we don't confuse peopleAlec Warner2007-10-011-1/+1
* Add new repoman check classes using StringIO; possibly need some testing, obv...Alec Warner2007-10-013-0/+189