summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make repoman work with both + and - flags in IUSE.Zac Medico2007-06-101-6/+5
* Fix it so repoman still does QA when $FILESDIR doesn't exist.Zac Medico2007-06-011-5/+8
* Don't complain when $FILESDIR is missing unless manifest1 compatibility is en...Zac Medico2007-06-011-9/+4
* 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".Zac Medico2007-05-251-2/+4
* For bug #179008, just use metadata.dtd directly from $DISTDIR.Zac Medico2007-05-201-14/+13
* Use device number and i-node number (like os.path.samefile does) to check if ...Zac Medico2007-05-191-1/+18
* For bug #176539, add a "manifest" target to repoman so that there's a simple ...Zac Medico2007-05-191-2/+16
* fix typoAlec Warner2007-04-241-1/+1
* Pretty up the repoman imports, use cPickle over pickle for performanceAlec Warner2007-04-241-3/+14
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* Fix cvstree import to avoid deprecation warning.Zac Medico2007-03-201-1/+1
* For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and automatica...Zac Medico2007-02-221-3/+51
* Add some sanity checks for file list handling when repolevel < 3.Zac Medico2007-02-221-0/+12
* Fix broken file list handling for FEATUES=sign when only the Manifest has cha...Zac Medico2007-02-221-0/+6
* Fix more broken commitmessagefile handling.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
* Avoid a TypeError when commitmessagefile is None.Zac Medico2007-02-221-1/+1
* Fix stardir and repodir logic from the previous commit.Zac Medico2007-02-211-5/+3
* For consistency, replace multiple os.getcwd() calls with the "mydir" variable.Zac Medico2007-02-211-4/+4
* s/x/xs/ to fix a typo in a variable name.Zac Medico2007-02-211-1/+1
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-101-1/+2
* Make the "lfull" output more succinct by omitting categories for which there ...Zac Medico2007-02-081-2/+1