summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Move the emerge module to _emerge to make it privateZac Medico2007-10-161-3/+3
* Fix --help summary so that "commit" mode shows.Zac Medico2007-10-151-1/+1
* Bug #195949 - Add one more using_editor conditional forZac Medico2007-10-151-2/+10
* Bug #195949 - Use a different diff_command sanity checkZac Medico2007-10-151-7/+14
* Sort the modes in the repoman --help output.Zac Medico2007-10-151-0/+3
* Avoid an error message from find when "${D}"/usr/shareZac Medico2007-10-131-1/+1
* 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
* add --debug option and display a message about skipping non-files so we dont ...Mike Frysinger2007-10-071-3/+9
* add standard --help/--version optionsMike Frysinger2007-10-071-1/+25
* unify diff_command handlingMike Frysinger2007-10-071-16/+19
* add support for .lzma / .tar.lzma to unpackMike Frysinger2007-10-071-0/+8
* add QA check for .pyc/.pyo files in /usr/shareMike Frysinger2007-10-071-0/+10
* let dohtml handle weird filenames, patch by TGL (bug #171272)Marius Mauch2007-10-061-6/+6
* Bug #194764 - All the match* functions can raiseZac Medico2007-10-051-9/+13
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-041-0/+8
* 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
* no need to use "function" when defining a functionMike Frysinger2007-10-031-10/+10
* this isnt part of gentoolkit anymoreMike Frysinger2007-10-031-1/+1
* 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
* Bug #142508 - Clear the screen each time before callingZac Medico2007-10-011-0/+14
* Remove redundant trailing slashes from ${D}. (branches/prefix r7886)Zac Medico2007-09-291-14/+17
* Initialize PORTAGE_TMPDIR before using it.Zac Medico2007-09-291-3/+3
* revert useless quotingMike Frysinger2007-09-292-4/+2
* Fix quoting as reported by Drac in bug 194169Alec Warner2007-09-293-3/+3
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-09-291-2/+13
* Handle KeyError thrown from aux_get().Zac Medico2007-09-271-5/+6
* with help from Donnie and Ulrich, use sed to extract the statement that led t...Mike Frysinger2007-09-271-2/+24
* Bug #193486 - Use echo -n and properly quote the array argument.Zac Medico2007-09-271-1/+1
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
* Do the stale env check/warning after the digest/manifestZac Medico2007-09-271-15/+23
* Display a short notification when an existing ${T}/environmentZac Medico2007-09-271-0/+19
* align the filename and line numbers in the output of the stack dump so that i...Mike Frysinger2007-09-261-13/+21
* someone seriously screwed the pooch on whitespacing here so clean it all upMike Frysinger2007-09-261-62/+63
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-3/+3
* Initialize ${TMP} before registering the die trap so thatZac Medico2007-09-241-1/+1
* fix possible information leak vulnerability when doing a merge of configurati...Mike Frysinger2007-09-241-11/+22
* tweak get_config() so that it only executes one external binary (sed) instead...Mike Frysinger2007-09-241-9/+15
* 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