summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the pat...Zac Medico2007-06-301-0/+12
* Remove lots of unnecessary list generation via dict.keys(). (trunk r6911)Zac Medico2007-06-221-3/+3
* Pretty up the repoman imports, use cPickle over pickle for performance (trunk...Zac Medico2007-06-211-3/+13
* 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
* Make repoman work with both + and - flags in IUSE. (trunk r6788)Zac Medico2007-06-101-6/+5
* Don't complain when is missing unless manifest1 compatibility is enabled. (t...Zac Medico2007-06-011-9/+7
* xmlint can produce garbage output even on success, so only dump the ouput whe...Zac Medico2007-05-261-3/+8
* Skip fetching of metadata.dtd when mymode == "manifest". (trunk r6618)v2.1.2.8Zac Medico2007-05-251-2/+4
* Use device number and i-node number (like os.path.samefile does) to check if ...Zac Medico2007-05-231-1/+18
* For bug #176539, add a manifest target to repoman so that there's a simple wa...Zac Medico2007-05-231-2/+16
* For bug #179008, just use metadata.dtd directly from $DISTDIR. (trunk r6561:6...Zac Medico2007-05-221-14/+13
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and automatica...Zac Medico2007-02-221-3/+51
* Fix broken file list handling for FEATUES=sign when only the Manifest has cha...Zac Medico2007-02-221-0/+18
* Fix more broken commitmessagefile handling. (trunk r6032:6033)Zac Medico2007-02-221-2/+7
* Use startdir instead of mydir since mydir has a trailing slash which triggers...Zac Medico2007-02-221-3/+3