summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in --help.Zac Medico2008-11-241-1/+1
* Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up whenZac Medico2008-11-231-4/+4
* Bug #188780 - Make the read_int() function show a more human readable errorZac Medico2008-11-231-1/+2
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-74/+2
* Add docs for all of the supported commands.Zac Medico2008-11-231-4/+26
* include quotes when showing make outputMike Frysinger2008-11-181-1/+10
* When parsing `git diff` output, filter paths that are not descended from theZac Medico2008-11-171-4/+10
* When committing manifests, specify the manifest paths instead of using gitZac Medico2008-11-171-4/+2
* Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variablesZac Medico2008-11-171-78/+83
* Add missing -a option for git commits.Zac Medico2008-11-171-2/+2
* Trigger the --include-dev suggestion for any keywords from dev profiles, evenZac Medico2008-11-161-2/+1
* Suggest to use the new --include-dev (-d) option in cases when some ebuildsZac Medico2008-11-161-1/+32
* Only show the "--without-mask" suggestion when packages are actually maskedZac Medico2008-11-161-3/+5
* Add a short -d option for the new --include-dev option. Thanks to JoshuaZac Medico2008-11-161-1/+1
* In order to reduce time consumed for dependency checks, skip 'dev' profilesZac Medico2008-11-161-1/+5
* Remove stray print statement from previous commit.Zac Medico2008-11-151-1/+0
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-2/+3
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-3/+5
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+4
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-1518-6/+70
* Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.Zac Medico2008-11-141-2/+5
* In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die ifZac Medico2008-11-141-2/+2
* Having a leading ./ prefix on file paths can trigger a bug inZac Medico2008-11-141-0/+5
* Derive the changelog_path variable from the new checkdir_relative variable.Zac Medico2008-11-111-6/+1
* Make FindPortdir() return (None, None, None) on failure, instead of raisingZac Medico2008-11-111-3/+2
* Update hardcoded "cvs" error messages to show the correct vcs value.Zac Medico2008-11-111-4/+9
* Fix pretend output to show git -a option when committing signed manifest.Zac Medico2008-11-111-1/+1
* Add git support. Thanks to Daniel Robbins for the initial patch.Zac Medico2008-11-111-11/+71
* When using the `read` builtin to split newlines in e* function arguments, useZac Medico2008-11-071-12/+12
* Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since itZac Medico2008-11-031-1/+1
* Make metadata.missing and metadata.bad fatal by removing them from theZac Medico2008-11-021-2/+0
* When echoing the emake command, redirect to stderr since otherwise it breaksZac Medico2008-11-011-1/+1
* Filter PORTAGE_VERBOSE in save_ebuild_env().Zac Medico2008-11-011-1/+1
* Bug #240295 - When emake is called, echo the make command similar to the wayZac Medico2008-11-011-0/+2
* Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match().Zac Medico2008-11-011-1/+2
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-27/+2
* Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich MüllerZac Medico2008-10-311-1/+1
* Fix broken stuff to avoid tracebacks when running in commit mode withZac Medico2008-10-311-1/+4
* Pass a Package instance into the config.setcpv() call.Zac Medico2008-10-311-1/+1
* recheck what changed in the repository also when nothing was added, becauseZac Medico2008-10-301-8/+6
* Make sure mychanged and mynew are always defined even if there is no vcsZac Medico2008-10-301-0/+2
* define myunadded such that repoman doesn't crash when being run in aZac Medico2008-10-301-0/+1
* Update the auto-add message to say "Manifest" instead of "digests". Thanks toZac Medico2008-10-281-1/+1
* Remove manifest1 digest-* autoadd code. Thanks to grobian.Zac Medico2008-10-281-9/+1
* Enable bashrc even when $EBUILD_PHASE is unset, so it's possible to overrideZac Medico2008-10-261-2/+1
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-0/+1
* Add a PROPERTIES.syntax check.Zac Medico2008-10-221-1/+3
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-211-1/+1
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-211-0/+1