summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* revert accidential commitMarius Mauch2007-12-031-1/+0
* implement the final part of FEATURES=preserved-libs and remove previously pre...Marius Mauch2007-12-031-0/+1
* Convert caterror() to call warn() instead of err() sinceZac Medico2007-12-021-1/+4
* Add back missing err() function.Zac Medico2007-12-021-0/+7
* Bug #140180 - Never trigger a LICENSE.missing violation for old styleZac Medico2007-11-241-2/+4
* * Remove bogus "ci" mode.Zac Medico2007-11-201-1/+0
* Make 'full' the default mode, since 'scan' can be annoying since itZac Medico2007-11-131-2/+2
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-101-30/+9
* Remove the usage.obsolete "KEYWORDS contain -*" warning since peopleZac Medico2007-11-061-3/+0
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2007-11-051-1/+2
* Replace StringIO usage with a simple list of lines. TheZac Medico2007-11-051-8/+6
* Generate a usage.obsolete warning wheneverZac Medico2007-11-041-2/+5
* Sort scanlist and ebuildlist to ensure that repoman alwaysZac Medico2007-11-021-0/+2
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-011-3/+3
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-10-261-0/+3
* Optimize repoman visibility checks to access as littleZac Medico2007-10-261-2/+2
* FIX: indentation problem, also end the Portage identificationZac Medico2007-10-251-1/+1
* Fix: Make repoman actually USE -m commit message again (and -MZac Medico2007-10-251-4/+4
* Begin to use python logging framework. Remove if quiet < bla logic and inste...Alec Warner2007-10-231-58/+41
* aha, i knew that diff was screwy, the mail to portage-commits and grep made i...Alec Warner2007-10-231-71/+0
* fix tabbingAlec Warner2007-10-231-1/+1
* Sigh, this integration did not go well, please check the diff (it seemed to a...Alec Warner2007-10-231-216/+283
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-3/+4
* Fix broken imports.Zac Medico2007-10-221-2/+2
* Fix --help summary so that "commit" mode shows.Zac Medico2007-10-151-1/+1
* Sort the modes in the repoman --help output.Zac Medico2007-10-151-0/+3
* Remove duplicate call to digestgen().Zac Medico2007-10-071-7/+0
* Move the "commit" mode manifest generation earlier in orderZac Medico2007-10-071-9/+13
* Fix logic for the message that's show whenZac Medico2007-10-041-1/+1
* Make repoman bail out if it is unable to properlyZac Medico2007-10-041-19/+52
* Eliminate confusing false positive error messagesZac Medico2007-10-031-8/+23
* Apply new checks, minor cleanupAlec Warner2007-10-011-8/+11
* Delete some extra leaky vars, also after some testing I discovered read() is ...Alec Warner2007-10-011-4/+2
* Add Donnie's quote check, refactor other ebuild-content checks into classes a...Alec Warner2007-10-011-65/+34
* Move some of the less expensive QA checks before dep_check() so that they're ...Zac Medico2007-08-281-106/+106
* Convert myoptions from a list to a dict.Zac Medico2007-08-281-6/+5
* Skip the most expensive QA tests when --force in enabled since there's no poi...Zac Medico2007-08-281-0/+6
* Make the commit message indicate when the --force option is used.Zac Medico2007-08-281-6/+9
* Fix RepoMan's grammar.Zac Medico2007-08-271-1/+1
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directly...Zac Medico2007-08-271-0/+28
* Add a --force option that forces commit to proceed. This is useful for cases ...Zac Medico2007-08-271-1/+6
* Bug #190406 - Filter the myheaders list so that it doesn't include binary blo...Zac Medico2007-08-271-1/+6
* For bug #187795, remove pointless digest.disjointed and digest.notadded warni...Zac Medico2007-08-061-12/+0
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p...Zac Medico2007-07-211-0/+17
* For bug #185153, in commit mode do the "Fetching trivial updates" routine bef...Zac Medico2007-07-211-38/+44
* Flatten restrict for the RESTRICT.invalid check.Zac Medico2007-07-021-6/+16
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the patch.Zac Medico2007-06-301-0/+12
* Remove lots of unnecessary list generation via dict.keys().Zac Medico2007-06-211-3/+3
* Make repoman exit with nonzero status whenever there are qa issues (already d...Zac Medico2007-06-151-0/+4
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-0/+4