summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* For repoman, only cache the metadata necessary for visibilityZac Medico2008-04-071-0/+5
* Fix java.eclassesnotused logic. Thanks to Betelgeuse.Zac Medico2008-04-061-1/+2
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-3/+3
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-301-3/+6
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-291-0/+2
* Don't trigger the 'java.eclassesnotused' on blocker atoms.Zac Medico2008-03-291-1/+5
* Add a new "java.eclassesnotused" check for cases where DEPEND containsZac Medico2008-03-281-0/+9
* 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
* Remove redundant info from the KEYWORDS.dropped message.Zac Medico2008-03-281-1/+1
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-271-1/+31
* Bug #212509 - Display a note about the --without-mask option when thereZac Medico2008-03-271-1/+7
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-271-1/+6
* Bug #211294 - Make repoman bail out if arch.list contains unrecognizedZac Medico2008-03-251-3/+12
* readd digestentry.unused category as it's still relevantMarius Mauch2008-03-191-0/+2
* remove code for manifest1 supportMarius Mauch2008-02-281-103/+0
* Bug #211294 - Make repoman ignore profiles labeled with anything otherZac Medico2008-02-271-0/+3
* Double import, thanks grobian :)Alec Warner2008-02-241-1/+0
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-3/+3
* Use parse_use_local_desc() from the repoman.utilities module.Zac Medico2008-02-191-21/+1
* Revert back to some known working code from the 2.1.2 branch.Zac Medico2008-02-191-1/+51
* Remove IUSE.invalid from qawarnings since there's no reason forZac Medico2008-02-161-1/+0
* fix nasty typoMarius Mauch2008-02-091-3/+3
* 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 the last traces of the ebuild.autotools check.Zac Medico2008-01-301-2/+0
* Pull more functions out of repoman proper and into repoman.utilities, correct...Alec Warner2008-01-271-146/+11
* Restore desktop.invalid as a warning; was an intergration errorAlec Warner2008-01-271-0/+1
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-132/+20
* Replace hardcoded value with max_desc_len.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-0/+2
* 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 in gentoo-x86 are ...Alec Warner2008-01-051-26/+0
* 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 from Zac Medico2007-12-261-1/+1
* Remove redundant find_binary import.Zac Medico2007-12-231-1/+0
* Eliminate redundant "notadded" error filtering.Zac Medico2007-12-211-7/+1
* Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables forZac Medico2007-12-191-1/+2
* Move the reusable ConsoleStyleFile and StyleWriter classes intoZac Medico2007-12-151-52/+1
* 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
* Replace hardcoded green, yellow, and red with GOOD, WARN, and BAD.Zac Medico2007-12-151-3/+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 getting a commit message using an editor definedZac Medico2007-12-141-8/+81
* Add support for multi-line commit message input by using EOFZac Medico2007-12-141-6/+10
* Use the BAD color class instead of hardcoded red.Zac Medico2007-12-131-1/+1