portage.git
2007-12-14 Zac MedicoAdd support for multi-line commit message input by...
2007-12-13 Zac MedicoAdd --buildpkgonly to the options lists that exempt...
2007-12-13 Zac MedicoDisable the "QA Notice: Pre-stripped files" message...
2007-12-13 Zac MedicoBug #202126 - Replace an obsolete reference to `emerge...
2007-12-13 Zac MedicoMake sure that PORTAGE_SANDBOX_* variables can never...
2007-12-13 Zac MedicoAllow FEATURES to persist between phases since the...
2007-12-13 Zac MedicoRemove extra _ typo.
2007-12-13 Zac MedicoProperly filter SANDBOX_ON from the environment. When...
2007-12-13 Zac MedicoUse the BAD color class instead of hardcoded red.
2007-12-13 Zac MedicoMake portdbapi.visible() mask ebuilds that do not defin...
2007-12-13 Zac MedicoDo the sanity check for bug #198398 as early as possible.
2007-12-13 Zac MedicoBug #201771 - Make unpack() detect common errors such...
2007-12-13 Zac MedicoBug #201848 - Make the ebuild command reject ebuilds...
2007-12-13 Zac MedicoBug #201848 - Mask ebuilds that do not define SLOT.
2007-12-13 Zac MedicoUse the sed -r option to enable extended regular expres...
2007-12-13 Zac MedicoBug #202068 - In order to filter unwanted variable...
2007-12-13 Zac MedicoIn filter_readonly_variables(), replace 'declare -r...
2007-12-13 Zac MedicoBug #202036 - In case of blockers, bail out earlier...
2007-12-12 Zac MedicoFix the check for bug #198398 so that it works even...
2007-12-12 Zac MedicoBug #198398 - Make repoman bail out if support for...
2007-12-11 Zac MedicoInstead of calling sys.exit when a ParseError occurs...
2007-12-11 Zac Medico* Raise PermissionDenied from getconfig() when appropriate.
2007-12-11 Zac MedicoFirst import the main portage module without legacy...
2007-12-11 Zac Medico* When installing a binary package, export the file...
2007-12-09 Zac MedicoAdd a "Quality Assurance" <part> tag so that all chapte...
2007-12-09 Zac MedicoAdd some documentation for ebuild phases and pre/post...
2007-12-08 Zac MedicoDo an EBUILD_EXIT_STATUS_FILE sanity check in spawnebuild()
2007-12-07 Zac MedicoBug #189417 - Comment on how the whitelist and BASH_ENV...
2007-12-07 Zac MedicoBug #189417 - Whitelist BASH_ENV since we need to have...
2007-12-07 Zac MedicoBug #189417 - Explicitly whitelist any remaining variab...
2007-12-07 Zac MedicoAdd a TODO note about remaining work for bug #189417.
2007-12-07 Zac MedicoPerform set argument validation in emerge_main() even for
2007-12-07 Zac MedicoRemove automatic "system" and "world" set creation...
2007-12-07 Zac MedicoBug #201513 - Fix typos for preserve-libs and Preserved...
2007-12-06 Zac MedicoDeclare retval as a local variable.
2007-12-06 Zac MedicoPrevent the filter_opts local variable from leaking...
2007-12-06 Zac MedicoBug #201506 - Make preprocess_ebuild_env() preserve
2007-12-06 Zac MedicoRemove redundant successful exit call from the "depend...
2007-12-06 Zac MedicoFix broken timestamp logic in do_snapshot(). Thanks...
2007-12-05 Zac MedicoKeep the RootConfig.sets attribute in sync with the...
2007-12-05 Zac MedicoMake SetConfig.getSets() return a copy of the psets...
2007-12-05 Zac Medico- repository configuration file and `emerge --sync...
2007-12-05 Zac MedicoShow ? if the installed package is missing a
2007-12-05 Zac Medicobootstrap.sh expects that the "system" set always exist...
2007-12-05 Zac MedicoIn order to know exactly which atoms/sets should be...
2007-12-04 Marius Mauchfix another typo
2007-12-04 Marius Mauchperform sanity checks for set configuration even if...
2007-12-04 Marius MauchFix setconfig loader to use config files instead of...
2007-12-04 Marius Mauchenable FEATURES=preserve-libs globally for extended...
2007-12-04 Marius Mauchmake sure we only remove files that were previously...
2007-12-03 Zac MedicoRemove redundant config.load_infodir() calls from
2007-12-03 Zac MedicoSynchronize the conditional that triggers "${T}"/enviro...
2007-12-03 Zac MedicoFix typo in config.load_infodir() return value logic.
2007-12-03 Zac Medico* Don't load the CATEGORY in config.load_infodir()...
2007-12-03 Zac MedicoBug #201090 - When portage creates a temp PORTAGE_BIN_P...
2007-12-03 Zac MedicoMake config.load_infodir() more fault tolerant for...
2007-12-03 Marius Mauchupdate TODO list
2007-12-03 Marius Mauchrevert accidential commit
2007-12-03 Zac MedicoBug #201082 - Don't call config.load_infodir() prior...
2007-12-03 Marius Mauchimplement the final part of FEATURES=preserved-libs...
2007-12-03 Zac Medico* whitelist CCACHE_* and DISTCC_* variables in config...
2007-12-02 Zac MedicoFor compatibility with cvs.eclass, do not unset CVS_RSH in
2007-12-02 Zac MedicoConvert caterror() to call warn() instead of err()...
2007-12-02 Zac MedicoAdd back missing err() function.
2007-12-02 Zac MedicoFix useq() so that it won't generate a bogus IUSE QA...
2007-12-02 Zac MedicoSynchronize self-reinstallation logic so that emerge...
2007-12-02 Zac MedicoIn dblink.treewalk(), tweak the "Safely unmerging
2007-12-02 Zac MedicoFor portage.spawn() calls, use a _shell_quote() functio...
2007-12-01 Zac Medico* whitelist some misc variables from the calling enviro...
2007-12-01 Zac MedicoShow the pid in the "starting parallel fetching" message.
2007-12-01 Zac MedicoWhen os.waitid() raises OSError, discard the pid since...
2007-12-01 Zac MedicoAfter each merge, collect status from child processes
2007-12-01 Zac MedicoMove duplicate module loading code into a function.
2007-12-01 Zac MedicoAdd missing newline after message.
2007-12-01 Zac MedicoIn create_trees(), when isolating the environment of...
2007-12-01 Zac MedicoWhen die has been called and ${T}/environment does...
2007-12-01 Zac Medico* whitelist PREROOTPATH in config.environ()
2007-12-01 Zac Medico* whitelist DISTDIR, PORTDIR, and PORTAGE_TMPDIR, PORTA...
2007-12-01 Zac MedicoUpdate comments about ROOTPATH:
2007-12-01 Zac MedicoUpdate comments about ROOTPATH:
2007-12-01 Zac MedicoFix quoting for PORTAGE_ROOTPATH.
2007-12-01 Zac MedicoIn doebuild_environment(), fix KV logic so that it...
2007-12-01 Zac MedicoBug #200863 - Don't filter ${KV} since kernel-2.eclass...
2007-11-30 Zac Medicosandbox unsets ROOTPATH, so we have to back it up on...
2007-11-30 Zac MedicoBug #200775 - Save more portage generated environment
2007-11-30 Zac MedicoAdd some variables such as TERM to the whitelist of...
2007-11-30 Zac MedicoDon't use sandbox's BASH_ENV for new shells because...
2007-11-30 Zac MedicoMake config.environ() export PKGDIR to the ebuild envir...
2007-11-30 Zac Medico* After the initial setup phase, the original ebuild...
2007-11-30 Zac MedicoRemove unused EBUILD_ENV_FILE variable.
2007-11-30 Zac MedicoBug #189417 - When ${T}/environment exists, isolate...
2007-11-29 Zac MedicoMove environment.bz2 extraction from ebuild.sh to doebu...
2007-11-29 Zac MedicoMake elog_process() pre-load log modules that it can...
2007-11-29 Zac MedicoWhen portage reinstalls itself, pre-load elog modules in
2007-11-29 Zac MedicoDon't modify sys.path inside dblink.merge() because...
2007-11-29 Zac MedicoAdjust PYTHONPATH when calling portageq so that variable
2007-11-29 Zac MedicoWhen portage reinstalls itself, copy both the bin and pym
2007-11-29 Zac MedicoIn dblink.treewalk(), make portage unmerge multiple...
2007-11-29 Zac MedicoRemove stray print statement.
2007-11-29 Zac MedicoFix references to EBUILD_SH_BINARY so that they work...
next