| Commit message (Expand) | Author | Age | Files | Lines |
* | Use %% instead of % parameter expansion where appropriate | Zac Medico | 2007-11-23 | 1 | -1/+1 |
* | Make the sed expression in filter_readonly_variables() handle | Zac Medico | 2007-11-23 | 1 | -1/+3 |
* | When filtering the backupenv in create_trees(), be more | Zac Medico | 2007-11-23 | 1 | -1/+15 |
* | Allow any errors from save_ebuild_env() to go to stderr instead of | Zac Medico | 2007-11-22 | 1 | -1/+1 |
* | Generalize the sed expression in filter_readonly_variables() so that | Zac Medico | 2007-11-22 | 1 | -1/+1 |
* | Don't call preprocess_ebuild_env() unless EBUILD_SH_ARGS is set | Zac Medico | 2007-11-22 | 1 | -1/+1 |
* | When portage reinstalls itself, during inst/rm phases, the | Zac Medico | 2007-11-22 | 1 | -0/+7 |
* | Document dohtml -p. Thanks to robbat2 for reporting. | Zac Medico | 2007-11-22 | 2 | -1/+2 |
* | Make dyn_package() create a /var/db/pkg/*/*/BINPKGMD5 entries | Zac Medico | 2007-11-22 | 1 | -0/+2 |
* | Filter HOSTTYPE, MACHTYPE, and OSTYPE vars that are set by bash. | Zac Medico | 2007-11-22 | 1 | -1/+2 |
* | In depgraph.altlist(), measure the bias of circular | Zac Medico | 2007-11-22 | 1 | -0/+20 |
* | Replace usage of the "myarg" global variable with the equivalent | Zac Medico | 2007-11-21 | 1 | -34/+27 |
* | In dyn_install(), don't cleanse S from the global environment, | Zac Medico | 2007-11-21 | 1 | -5/+9 |
* | * Make save_ebuild_env() filter some more variables. | Zac Medico | 2007-11-21 | 1 | -2/+8 |
* | Fix the diefunc overlay message so that it doesn't trigger | Zac Medico | 2007-11-21 | 1 | -0/+1 |
* | Generate an eerror elog message when an ebuild prerm or | Zac Medico | 2007-11-21 | 2 | -21/+15 |
* | Move environment saving from dyn_compile() to dyn_install() | Zac Medico | 2007-11-21 | 1 | -27/+27 |
* | Clean up some local variables that are needlessly saved | Zac Medico | 2007-11-21 | 1 | -2/+6 |
* | Move preinst IMAGE initialzation before bashrc handling. | Zac Medico | 2007-11-21 | 1 | -4/+4 |
* | * Remove bogus "ci" mode. | Zac Medico | 2007-11-20 | 2 | -2/+1 |
* | Don't unset ${S} inside save_ebuild_env(). | Zac Medico | 2007-11-20 | 1 | -1/+1 |
* | Instead of filtering out all readonly variables, make it | Zac Medico | 2007-11-20 | 1 | -25/+25 |
* | Fix ${EBUILD_PHASE} quoting. | Zac Medico | 2007-11-20 | 1 | -1/+1 |
* | Don't make variables readonly during the "depend" phase. | Zac Medico | 2007-11-20 | 1 | -1/+1 |
* | When ROOT != "/" we only want overrides from the calling | Zac Medico | 2007-11-20 | 1 | -0/+7 |
* | When ${T}/environment is available, do not source the ebuild since | Zac Medico | 2007-11-20 | 1 | -73/+71 |
* | Now that save_ebuild_env() filters variables that could cause | Zac Medico | 2007-11-20 | 1 | -9/+2 |
* | Add some more variables to filter in filter_readonly_variables() | Zac Medico | 2007-11-20 | 1 | -7/+10 |
* | Move LD_PRELOAD and FAKEROOTKEY filtering from filter_readonly_variables() | Zac Medico | 2007-11-20 | 1 | -3/+3 |
* | Make AA, PF, and WORKDIR readonly. | Zac Medico | 2007-11-19 | 1 | -1/+2 |
* | Make save_ebuild_env() filter out lots of variables that | Zac Medico | 2007-11-19 | 1 | -0/+32 |
* | Make preprocess_ebuild_env() explicitly filter out FEATURES | Zac Medico | 2007-11-19 | 1 | -0/+1 |
* | Implement loading of environment.bz2 from binary and installed | Zac Medico | 2007-11-19 | 1 | -14/+59 |
* | In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME, GROUPS or any | Zac Medico | 2007-11-19 | 1 | -27/+43 |
* | When creating environment.bz2 at the end of dyn_compile(), | Zac Medico | 2007-11-19 | 1 | -2/+25 |
* | Disable logging and ${T}/environment saving during the | Zac Medico | 2007-11-19 | 2 | -3/+2 |
* | Use the existing RootConfig class to serve as a replacement for | Zac Medico | 2007-11-19 | 1 | -64/+58 |
* | Fix PROFILE_ONLY_VARIABLES handling in the config constructor | Zac Medico | 2007-11-19 | 1 | -6/+4 |
* | Bug #198398 - Enable Manifest generation when there are no hash | Zac Medico | 2007-11-18 | 2 | -5/+17 |
* | Fix NEEDED logic in vardbapi.aux_get() so that empty | Zac Medico | 2007-11-18 | 1 | -1/+1 |
* | Fix --usepkgonly code in depgraph.select_files() so that it | Zac Medico | 2007-11-17 | 1 | -0/+2 |
* | Clean up vardbapi.counter_tick_core() and replace shell code | Zac Medico | 2007-11-17 | 1 | -47/+27 |
* | Speed up LibraryPackageMap.update() by pulling NEEDED from the | Zac Medico | 2007-11-16 | 1 | -2/+10 |
* | Set IMAGE for minimal backward compatibility with | Zac Medico | 2007-11-16 | 1 | -0/+3 |
* | Don't export ${IMAGE} to the ebuild environment anymore since | Zac Medico | 2007-11-16 | 1 | -2/+0 |
* | Bug #199311 - Make dblink.getcontents() show the path of the | Zac Medico | 2007-11-16 | 1 | -11/+10 |
* | Fix quoting for `source ${EBUILD}`. | Zac Medico | 2007-11-15 | 1 | -1/+1 |
* | Make dir_get_metadata() return early if the current user does | Zac Medico | 2007-11-15 | 1 | -0/+7 |
* | * Replace references to deprecated ${IMAGE} with equivalent ${D}. | Zac Medico | 2007-11-14 | 2 | -29/+26 |
* | In the slot collision display, show a maximum of 3 parents | Zac Medico | 2007-11-14 | 1 | -0/+22 |