2007-11-30 |
Zac Medico | Add some variables such as TERM to the whitelist of... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Don't use sandbox's BASH_ENV for new shells because... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Make config.environ() export PKGDIR to the ebuild envir... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | * After the initial setup phase, the original ebuild... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Remove unused EBUILD_ENV_FILE variable. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Zac Medico | Bug #189417 - When ${T}/environment exists, isolate... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Move environment.bz2 extraction from ebuild.sh to doebu... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Make elog_process() pre-load log modules that it can... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | When portage reinstalls itself, pre-load elog modules in |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Don't modify sys.path inside dblink.merge() because... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Adjust PYTHONPATH when calling portageq so that variable |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | When portage reinstalls itself, copy both the bin and pym |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | In dblink.treewalk(), make portage unmerge multiple... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Remove stray print statement. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Fix references to EBUILD_SH_BINARY so that they work... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Make dblink.treewalk() properly delete the installed... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Zac Medico | Fix more references to MISC_SH_BINARY so that they... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Zac Medico | In doebuild, fix paths to ebuild.sh and misc-functions... |
commit | commitdiff | tree | snapshot |
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 |
next |