summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* Bug #213629 - Use EAPI.incompatible in cases where EAPI=0 and a defaultZac Medico2008-03-281-2/+9
* Bug #213629 - Create an EAPI.incompatible category and use it in casesZac Medico2008-03-281-3/+12
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-281-1/+31
* Bug #212509 - Display a note about the --without-mask option when thereZac Medico2008-03-281-0/+6
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-281-0/+3
* Bug #212621 - Make the EbuildQuote check do quoting validation for miscZac Medico2008-03-281-1/+8
* Bug #211294 - Make repoman bail out if arch.list contains unrecognizedZac Medico2008-03-281-3/+12
* Remove IUSE.invalid from qawarnings since there's no reason forZac Medico2008-03-281-1/+0
* Bug #211294 - Make repoman ignore profiles labeled with anything otherZac Medico2008-02-271-0/+3
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290)Zac Medico2008-02-081-1/+1
* Remove the manifest1 digest file removal code since it's no longerZac Medico2008-02-011-39/+0
* Unconditionally disable manifest1 compatibility since it's been droppedZac Medico2008-01-311-4/+1
* - Remove ebuild.autotools repoman check since it produces lotsZac Medico2008-01-311-15/+1
* Check for quoted ${A}. Thanks to maekke for this patch. (trunk r9206)Zac Medico2008-01-311-1/+12
* Replace hardcoded value with max_desc_len. (trunk r9192)Zac Medico2008-01-121-1/+1
* Bug #203887 - Make repoman recognize RESTRICT="installsources".Zac Medico2008-01-111-1/+2
* Adjust the max DESCRIPTION.toolong length to 100 characters so thatZac Medico2008-01-111-2/+2
* 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