2007-11-28 |
Zac Medico | Fix references to PORTAGE_BIN_PATH in doebuild() to... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | Enable the EBUILD_EXIT_STATUS_FILE sanity check when... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | If portage is reinstalling itself, create a temporary |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | Bug #200652 - Skip ${T}/environment handling for pkg_no... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | In chk_updated_cfg_files(), avoid scanning for config... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | Disable PORTAGE_PACKAGE_EMPTY_ABORT by default since |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | Don't export PORTAGE_PACKAGE_EMPTY_ABORT to the ebuild... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | Add a sanity check in dblink.treewalk() so that a broke... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | In the preprocess_ebuild_env() subshell, check for... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Just use ${PN} instead of catpkgsplit(). |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | portage upgrade or downgrade invalidates EBUILD_EXIT_ST... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Remove a redundant os.EX_OK check that exit_status_chec... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Fix logic wrt exit_status_check and elog_process in... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Bug #200229 - The gimp ebuild defines AA as a local... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Don't forget to unlink ${EBUILD_EXIT_STATUS_FILE} befor... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Fix config.pop() so that is will properly raise a KeyError. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Zac Medico | Bug #200231 - Make dir_get_metadata() handle an excepti... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Make the environment handling code detect errors and... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Make doebuild() use EBUILD_EXIT_STATUS_FILE sanity... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Make doebuild skip directory creation for the "cleanrm... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Fix grammar. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | * In doebuild(), don't create directories for the ... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Make config.pop() properly call config.modifying(). |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Implement config.pop(). |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Check if ${EBUILD_EXIT_STATUS_FILE} is empty before |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | --buildpkgonly will not merge anything, so |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Bug #200313 - Detect and report when an ebuild phase |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Automatically try to load environment.bz2 whenever |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Make diefunc() show the path of ${T}/environment since... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Filter more misc environment variables. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | unset ECLASS along with the other variables from inherit(). |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Add NOCONFMEM to config._environ_filter. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | * Move filtering of a bunch of portage config variables... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Zac Medico | Bug #124041 - Make emerge show an informative warning... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Filter _RC_GET_KV_CACHE from the saved environment. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Make preprocess_ebuild_env() reload a known good version of |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Remove some unsafe assumptions from preprocess_ebuild_e... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Allow the pkg_info and pkg_config pre/post hooks to... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Remove the empty default pkg_setup, src_install, pkg_pr... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Test if ebuild functions are defined before calling... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | The qa_call() function and anything before it are porta... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | * Load environment.bz2 for the pkg_config() phase. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Zac Medico | Implement loading of environment.bz2 for the pkg_info... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Bug #200238 - Make ebuild.sh properly bail out when... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Bug #140180 - Never trigger a LICENSE.missing violation... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Use `md5` if `md5sum` is not available (useful for... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Fix quoting to work properly with eval. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | When binarytree.populate() finds missing metadata,... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Unconditionally filter some of the SANDBOX_* variables... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Fix the var_grep variable in filter_readonly_variables... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | In the grep expression that's generated in filter_reado... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Filter _E_DOCDESTTREE_ and _E_EXEDESTTREE_ from environ... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Zac Medico | Add support for persistence of colon separated |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | Make save_ebuild_env() filter the new source_all_bashrc... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | Try again to make bashrc sourcing compatible with previous |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | unset x to avoid global env pollution. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | For compatibility with previous behavior, so the bashrc... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | Sort hashes for predictable output from Manifest._creat... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | Use %% instead of % parameter expansion where appropriate |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | Make the sed expression in filter_readonly_variables... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Zac Medico | When filtering the backupenv in create_trees(), be... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | Allow any errors from save_ebuild_env() to go to stderr... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | Generalize the sed expression in filter_readonly_variab... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | Don't call preprocess_ebuild_env() unless EBUILD_SH_ARG... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | When portage reinstalls itself, during inst/rm phases... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | Document dohtml -p. Thanks to robbat2 for reporting. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | Make dyn_package() create a /var/db/pkg/*/*/BINPKGMD5... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | Filter HOSTTYPE, MACHTYPE, and OSTYPE vars that are... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Zac Medico | In depgraph.altlist(), measure the bias of circular |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | Replace usage of the "myarg" global variable with the... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | In dyn_install(), don't cleanse S from the global envir... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | * Make save_ebuild_env() filter some more variables. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | Fix the diefunc overlay message so that it doesn't... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | Generate an eerror elog message when an ebuild prerm or |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | Move environment saving from dyn_compile() to dyn_install() |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | Clean up some local variables that are needlessly saved |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Zac Medico | Move preinst IMAGE initialzation before bashrc handling. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | * Remove bogus "ci" mode. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Don't unset ${S} inside save_ebuild_env(). |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Instead of filtering out all readonly variables, make it |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Fix ${EBUILD_PHASE} quoting. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Don't make variables readonly during the "depend" phase. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | When ROOT != "/" we only want overrides from the calling |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | When ${T}/environment is available, do not source the... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Now that save_ebuild_env() filters variables that could... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Add some more variables to filter in filter_readonly_va... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Zac Medico | Move LD_PRELOAD and FAKEROOTKEY filtering from filter_r... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Make AA, PF, and WORKDIR readonly. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Make save_ebuild_env() filter out lots of variables... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Make preprocess_ebuild_env() explicitly filter out... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Implement loading of environment.bz2 from binary and... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | In bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | When creating environment.bz2 at the end of dyn_compile(), |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Disable logging and ${T}/environment saving during the |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Use the existing RootConfig class to serve as a replace... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Zac Medico | Fix PROFILE_ONLY_VARIABLES handling in the config const... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Zac Medico | Bug #198398 - Enable Manifest generation when there... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Zac Medico | Fix NEEDED logic in vardbapi.aux_get() so that empty |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Zac Medico | Fix --usepkgonly code in depgraph.select_files() so... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Zac Medico | Clean up vardbapi.counter_tick_core() and replace shell... |
commit | commitdiff | tree | snapshot |
next |