Remove the TaskScheduler.run() method since the constructor replaces it with
[portage.git] / bin /
2008-12-12 Zac MedicoDetect problems with arguments and return non-zero...
2008-12-12 Zac MedicoFix incorrect usage of trap (only remove on signal...
2008-12-11 Zac MedicoFix exit code to return non-zero when an error occurs...
2008-12-10 Zac MedicoWhen attempting to close fd 9 at the end of the depend...
2008-12-10 Zac MedicoBug #250148 - Prevent ebuild.sh subprocess from inherit...
2008-12-09 Zac MedicoFor py3k compat, avoid using list.sort(cmp).
2008-12-08 Zac MedicoBug #250212 - Add a new 'upstream.workaround' qa catego...
2008-12-03 Zac MedicoIt's not safe to use the git commit -a option since...
2008-12-03 Zac MedicoWhen calling `git ls-files -m` to list modified files...
2008-12-02 Zac MedicoSkip sourcinf of profile.bashrc during the depend phase.
2008-12-02 Zac MedicoSource bashrc files as late as possible, giving them...
2008-12-01 Zac MedicoFix inconsistencies between the "clean" and "cleanrm...
2008-11-26 Zac MedicoDon't direct to /dev/null when creating $EBUILD_EXIT_ST...
2008-11-26 Zac MedicoBug #205044 - When creating $EBUILD_EXIT_STATUS_FILE...
2008-11-26 Zac MedicoEliminate redundant Manifest separation code by combini...
2008-11-26 Zac MedicoRemove redundant reference to 'mynew' since 'myupdates...
2008-11-26 Zac MedicoBug #248464 - With git, there's never any keyword expan...
2008-11-24 Zac MedicoFix typo in --help.
2008-11-23 Zac MedicoFix SIGINT and SIGTERM trap handling so the temp dir...
2008-11-23 Zac MedicoBug #188780 - Make the read_int() function show a more...
2008-11-23 Zac MedicoBug #247548 - Remove 'last' and 'lfull' commands since...
2008-11-23 Zac MedicoAdd docs for all of the supported commands.
2008-11-18 Mike Frysingerinclude quotes when showing make output
2008-11-17 Zac MedicoWhen parsing `git diff` output, filter paths that are...
2008-11-17 Zac MedicoWhen committing manifests, specify the manifest paths...
2008-11-17 Zac MedicoBug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VC...
2008-11-17 Zac MedicoAdd missing -a option for git commits.
2008-11-16 Zac MedicoTrigger the --include-dev suggestion for any keywords...
2008-11-16 Zac MedicoSuggest to use the new --include-dev (-d) option in...
2008-11-16 Zac MedicoOnly show the "--without-mask" suggestion when packages...
2008-11-16 Zac MedicoAdd a short -d option for the new --include-dev option...
2008-11-16 Zac MedicoIn order to reduce time consumed for dependency checks...
2008-11-15 Zac MedicoRemove stray print statement from previous commit.
2008-11-15 Zac MedicoBug #173284 - Do not traverse hidden directories such...
2008-11-15 Zac MedicoBug #173284 - Do not traverse hidden directories such...
2008-11-15 Zac MedicoBug #236714 - Handle PortagePackageException raised...
2008-11-15 Zac MedicoBug #236683 - Fix PermissionDenied handling to report...
2008-11-15 Zac MedicoFix new* and do* ebuild helpers to generate consistent...
2008-11-14 Zac MedicoExempt live ebuilds from KEYWORDS.missing and KEYWORDS...
2008-11-14 Zac MedicoIn dyn_package(), use the 'assert' macro (from isolated...
2008-11-14 Zac MedicoHaving a leading ./ prefix on file paths can trigger...
2008-11-11 Zac MedicoDerive the changelog_path variable from the new checkdi...
2008-11-11 Zac MedicoMake FindPortdir() return (None, None, None) on failure...
2008-11-11 Zac MedicoUpdate hardcoded "cvs" error messages to show the corre...
2008-11-11 Zac MedicoFix pretend output to show git -a option when committin...
2008-11-11 Zac MedicoAdd git support. Thanks to Daniel Robbins for the initi...
2008-11-07 Zac MedicoWhen using the `read` builtin to split newlines in...
2008-11-03 Zac MedicoBug #245356 - Filter POSIXLY_CORRECT from the ebuild...
2008-11-02 Zac MedicoMake metadata.missing and metadata.bad fatal by removin...
2008-11-01 Zac MedicoWhen echoing the emake command, redirect to stderr...
2008-11-01 Zac MedicoFilter PORTAGE_VERBOSE in save_ebuild_env().
2008-11-01 Zac MedicoBug #240295 - When emake is called, echo the make comma...
2008-11-01 Zac MedicoBug #241906 - Handle InvalidAtom exception raised from...
2008-11-01 Zac MedicoBug #244792 - Remove confcache support.
2008-10-31 Zac MedicoBug #236609 - Fix columns calculation for TERM="dumb...
2008-10-31 Zac MedicoFix broken stuff to avoid tracebacks when running in...
2008-10-31 Zac MedicoPass a Package instance into the config.setcpv() call.
2008-10-30 Zac Medicorecheck what changed in the repository also when nothin...
2008-10-30 Zac MedicoMake sure mychanged and mynew are always defined even...
2008-10-30 Zac Medicodefine myunadded such that repoman doesn't crash when...
2008-10-28 Zac MedicoUpdate the auto-add message to say "Manifest" instead...
2008-10-28 Zac MedicoRemove manifest1 digest-* autoadd code. Thanks to grobian.
2008-10-26 Zac MedicoEnable bashrc even when $EBUILD_PHASE is unset, so...
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
2008-10-22 Zac MedicoAdd a PROPERTIES.syntax check.
2008-10-21 Zac MedicoBug #186842 - Suppress file merge display, as previousl...
2008-10-21 Zac MedicoAdd PORTAGE_QUIET to the environment whitelist and...
2008-10-17 Zac MedicoRemove the unused portage.gpg module and portage_gpg_up...
2008-10-14 Zac MedicoBug #229033 - When a Manifest is added automatically...
2008-10-12 Zac MedicoAdd an explicit note about bug #239560 in the relevant...
2008-10-10 Mike Frysingeronly use dummy echos in do_file() when running in inter...
2008-10-09 Zac MedicoAt the end of dyn_clean(), also remove the $CATEGORY... v2.2_rc12
2008-10-09 Zac MedicoFix code from previous commit so it properly checks...
2008-10-09 Zac MedicoBug #240684 - Fix _ebuild_arg_to_phase() to handle...
2008-10-08 Zac MedicoUse separate temp directories in order to avoid potenti...
2008-10-07 Zac MedicoMake "qawarnings" a normal set since the missingvars...
2008-10-07 Zac MedicoChange the "qawarnings" variable from a list to a set.
2008-10-07 Zac MedicoMake HOMEPAGE.missing fatal again since, in cases when...
2008-10-05 Zac MedicoMake HOMEPAGE.missing a warning since some packages...
2008-10-05 Zac MedicoIn dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempt...
2008-10-05 Zac MedicoBug #239529 - When doins is called on a symlink to...
2008-10-05 Zac Medico* When ensuring sane $PWD in ebuild.sh, die if the...
2008-10-05 Zac MedicoRedirect pushd and popd output to /dev/null when approp...
2008-10-05 Zac MedicoAdd missing quotes on pushd argument from previous...
2008-10-05 Zac MedicoBug #239529 - Fix 'doins' to work with symlinks to...
2008-10-02 Zac MedicoFix `svn status` output parsing for compatibility with...
2008-10-02 Zac MedicoImplement a new "changelog.ebuildadded" check which...
2008-10-01 Zac MedicoGenerate an eqawarn message if econf is called from...
2008-09-30 Zac MedicoNow that elog_base() uses 'echo -e' to expand escape...
2008-09-28 Marius Mauchuse summarylist for output of test mode when --verbose...
2008-09-28 Marius Mauchsort summarylist output (patch by Robert Buchholz ...
2008-09-27 Zac MedicoMake $PWD default to $PORTAGE_BUILDDIR since $WORKDIR...
2008-09-26 Zac MedicoAdd PROPERTIES to all of the metadata caches.
2008-09-25 Zac MedicoAdd PROPERTIES to portage.auxdbkeys since it's been...
2008-09-25 Zac MedicoUse echo -e when splitting lines in e* functions, for...
2008-09-25 Zac MedicoFix the case where all arguments are filtered out by
2008-09-21 Zac MedicoAlways call `cd "$WORKDIR"` to ensure that $CWD is...
2008-09-21 Zac MedicoBug #238251 - Use 'read' instead of $IFS for splitting...
2008-09-19 Zac MedicoImplement the new EAPI 2 blocker behavior, including...
2008-09-19 Zac MedicoFix typo in from previous commit.
next