summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-011-3/+3
* Fix diefunc() so that it doesn't report that the ebuild is fromZac Medico2007-10-311-1/+2
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-10-261-0/+3
* Optimize repoman visibility checks to access as littleZac Medico2007-10-261-2/+2
* FIX: indentation problem, also end the Portage identificationZac Medico2007-10-251-1/+1
* Fix: Make repoman actually USE -m commit message again (and -MZac Medico2007-10-251-4/+4
* Begin to use python logging framework. Remove if quiet < bla logic and inste...Alec Warner2007-10-231-58/+41
* aha, i knew that diff was screwy, the mail to portage-commits and grep made i...Alec Warner2007-10-231-71/+0
* fix tabbingAlec Warner2007-10-231-1/+1
* Sigh, this integration did not go well, please check the diff (it seemed to a...Alec Warner2007-10-231-216/+283
* Print the Id tag an it's own line to avoid goingZac Medico2007-10-231-2/+2
* Fix the version Id tag.Zac Medico2007-10-231-2/+1
* Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSEZac Medico2007-10-231-3/+4
* Fix broken imports.Zac Medico2007-10-221-2/+2
* Bug #184118 - Add an emaint "cleanresume" action that deletesZac Medico2007-10-221-1/+50
* Remove slashes that cause problems when unpacking files with relative paths (...Marius Mauch2007-10-211-4/+4
* Bug #196537 - Make portageq check that the <root> parameterZac Medico2007-10-211-7/+13
* Bug #196043 - Implement a `portageq owners <root> [<filename>]+`Zac Medico2007-10-171-1/+66
* 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