summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-5/+19
* Add a DESCRIPTION.toolong warning for when the DESCRIPTION line isZac Medico2008-01-111-0/+11
* per bug 204468, remove old check from repoman (all ebuilds inZac Medico2008-01-111-26/+0
* Bug #204651 - Make repoman respect NOCOLOR=true. (trunk r9151)Zac Medico2008-01-061-1/+2
* Minor code readablity enhancements:Zac Medico2007-12-281-6/+8
* Bug #201498 - Use desktop-file-validate to validate *.desktopZac Medico2007-12-281-1/+27
* Fix broken handling of the tuple that's returned fromZac Medico2007-12-281-1/+1
* Eliminate redundant "notadded" error filtering. (trunk r9023)Zac Medico2007-12-211-7/+1
* Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables forZac Medico2007-12-191-1/+2
* Split out a format_qa_output() function to eliminate duplicate code.Zac Medico2007-12-151-59/+57
* Instead of all modes, only in commit mode save an extra copy of QAZac Medico2007-12-151-1/+3
* Save QA output so that it can be conveniently displayedZac Medico2007-12-151-13/+99
* Prompt the user before letting the editorZac Medico2007-12-141-0/+5
* * Add support for multi-line commit message input by using EOFZac Medico2007-12-141-7/+84
* Fix the bug #198398 code from trunk to be compatible with the codeZac Medico2007-12-131-2/+2
* Use the BAD color class instead of hardcoded red. (trunk r8904)Zac Medico2007-12-131-1/+1
* Bug #198398 - Make repoman bail out if support for RMD160 hashZac Medico2007-12-131-0/+18
* Bug #140180 - Never trigger a LICENSE.missing violation for old styleZac Medico2007-11-241-2/+4
* Make 'full' the default mode, since 'scan' can be annoying when itZac Medico2007-11-201-4/+4
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-201-108/+90
* Remove the usage.obsolete "KEYWORDS contain -*" warning since peoplev2.1.3.19Zac Medico2007-11-061-3/+0
* Port the EbuildNestedDie check from trunk since theZac Medico2007-11-051-4/+25
* 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
* Remove an extra \$ from the EbuildQuote.var_reference regexZac Medico2007-11-021-4/+4
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-021-1/+23
* Optimize repoman visibility checks to access as littleZac Medico2007-11-021-2/+2
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-11-021-0/+3
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-1/+20
* Fix --help summary so that "commit" mode shows. (trunk r8140)Zac Medico2007-10-151-1/+1
* Sort the modes in the repoman --help output. (trunk r8125)Zac Medico2007-10-151-0/+3
* Move the "commit" mode manifest generation earlier in orderZac Medico2007-10-121-9/+6
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* Eliminate confusing false positive error messagesZac Medico2007-10-051-7/+22
* Fix logic for the message that's show whenZac Medico2007-10-051-1/+1
* Make repoman bail out if it is unable to properlyZac Medico2007-10-051-19/+52
* Update the docs for the "ebuild.syntax" error toZac Medico2007-10-051-1/+1
* Port the EbuildQuote check from trunk. (trunk r7904)Zac Medico2007-10-051-3/+80
* Convert myoptions from a list to a dict. (trunk r7714)Zac Medico2007-09-061-6/+5
* Move some of the less expensive QA checks before dep_check() so that they'reZac Medico2007-09-061-106/+106
* Skip the most expensive QA tests when --force in enabled since there's noZac Medico2007-09-061-0/+6
* Fix RepoMan's grammar. (trunk r7711)Zac Medico2007-09-061-1/+1
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-061-0/+28
* Make the commit message indicate when the --force option is used. (trunk r7712)Zac Medico2007-09-061-6/+9
* Add a --force option that forces commit to proceed. This is useful for casesZac Medico2007-09-061-1/+6
* Bug #190406 - Filter the myheaders list so that it doesn't include binaryZac Medico2007-09-061-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. (trunk r7120)Zac Medico2007-07-021-6/+16