2009-12-24 |
Zac Medico | Merge PATH initialization/filtering changes from trunk... v2.1.7.16 |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Remove stray echo. (trunk r15147) |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | In save_ebuild_env(), preserve all ebuild phases in... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Remove obsolete backing up of ROOTPATH via PORTAGE_ROOT... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Bug #297933: Filter BASHOPTS variable for compatibility... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | If the TERM environment variable is unset then just... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Bug #297541 - Make $(no-as-needed) trigger upstream... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Add missing stat import. (trunk r15127) |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | When integer mtime is desired, use stat_obj[stat.ST_MTI... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | When integer mtime is desired, use stat_obj[stat.ST_MTI... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Remove some old debug code that should not have been... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Zac Medico | Fix the assert alias to avoid 'value to great for base... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Use portage.writemsg for lazy portage.util import.... v2.1.7.15 |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Convert bytes to unicode for exception messages. (trunk... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Bug #286497 - Make setexec() warn/nonfatal in permissiv... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Fix typo. (trunk r15099) |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Bug #296710 - Add equery to QA_INTERCEPTORS since it... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Warn if /proc is not mounted. (trunk r15097) |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Zac Medico | Bug #296870 - Allow locale related LANG and LC_* variab... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Combine 2 shift calls into one. (trunk r15059) v2.1.7.14 |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Bug #296554 - Add decompression support to ecompress... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Make prefix varialbes ED, EPREFIX, and EROOT readonly... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Inside depgraph._validate_blockers(), do not consider... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Bug #296641 - Avoid UnicodeEncodeError with python2... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | In movefile mtime preservation code, simply round down... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Remove redundant EPREFIX, EROOT, and ROOT assingments... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Remove unused STARTDIR variable. (trunk r15051) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Unset prefix vars for depend phase (even if EAPI is... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Unset prefix vars for depend phase when EAPI is unknown... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | * Fix type in econf --host argument. |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Fix typo. (trunk r15047) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | In movefile mtime rounding code, generate nanosecond... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Fix typo. (trunk r15045) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Remove redundant EPREFIX setting since it's already... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Update for EAPI 3_pre2. (trunk r15043) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Add more EAPI 3 conditionals for prefix variables.... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Add EAPI 3 conditionals for prefix variables. (trunk... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Just use integer mtime if no fractional seconds are... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Tweak movefile() timestamp preservation code to maximiz... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Add missing line from previous commit. (trunk r15038) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | In movefile() timestamp preservation code, use another... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Add EAPI to the whitelist to ensure it's always availab... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Enable xz unpack for EAPI 3_pre2. (trunk r15034) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Add support for EAPI 3_pre2. (trunk r15033) |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | In config.environ(), only export ED, EPREFIX, and EROOT... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Don't filter/interfere with prefix variables unless... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Filter prefix variables ED, EPREFIX, and EROOT inside |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Don't use lazy import for portage.cache.mappings becaus... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Use collections.OrderedDict when available (python... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | fix definition regarding slashes for EPREFIX, D, ED... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Zac Medico | Implement forward compatible Prefix support. This... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Fix introspection code in fetch() so that it works... v2.1.7.13 |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Remove extra comman in comment. (trunk r15015) v2.1.7.12 |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Handle permission problems when trying to cache the... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Detect cases when long(stat_obj.st_mtime) != stat_obj... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | In movefile(), always use stat_obj[stat.ST_MTIME] for... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Remove obsolete env-update.sh script. (trunk r14992) |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Add localization variables (LANG and LC_*) to the envir... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | When overridding sys.std* in python2, use binary stream... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Fix handling for TEMP, TMP, and TMPDIR variables: |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Use ImportError handling to import _TextTestResult... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | When temporarily replacing the sys.std* streams, use... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Don't assign f to sys.stderr inside EOutput._write... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | When reading the remote Packages file for --getbinpkg... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Use OrderedDict in portdbapi.getFetchMap() so that... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Add OrderedDict class. (trunk r14967) |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Move ebuild helpers to account for rename of EAPI 3... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Bump EAPI conditionals to account for rename of EAPI... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Zac Medico | Copy the unittest._TextTestResult class from python... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zac Medico | Remove unused filter_phases, filter_mergephases, and... v2.1.7.11 |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zac Medico | Remove unnecessary elog_process() phasefilter arguement... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zac Medico | Make more code conditional on existence of PORTAGE_BUIL... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zac Medico | Inside dblink._merge(), make sure PORTAGE_BUILDDIR... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zac Medico | Fix possibly unsafe modification of list during iterati... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Bug #295715 - Implement a register_success_hook functio... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Add 'tla' to the lists of live eclasses. (trunk r14935) |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Fix _spawn_misc_sh() to properly unset EBUILD_PHASE... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Add a AbstractEbuildProcess class for MiscFunctionsProc... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Make register_die_hook() ensure that each hook is regis... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Use portage.StringIO to avoid duplicate import fallback... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Move code for handling missing sandbox binary out of... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Bug #295805 - Fix ValueError with python3 inside update... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Bug #162404 - Automatically disable logging if sesandbo... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Zac Medico | Always append QA Notices resulting from the build log... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Zac Medico | Bug #280336, comment #2 - Clear the package selection... v2.1.7.10 |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Zac Medico | Bug #295351 - Make update_dbentries() return unicode... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Zac Medico | Fix deprecated usage of dep_getkey(). Thanks to Sebasti... v2.1.7.9 |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Zac Medico | Bug #294945 - Fix blocker satistfied state handling... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Zac Medico | Revert r14901 since it doesn't solve the problem (bug... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | In FakeVartree.sync(), skip the aux_get wrapper when... v2.1.7.8 |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | Bug #294886 - Show some basic info at the beginning... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | Handle a KeyError in depgraph._ordered_tree_display... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | Add a note about lack of nanosecond precision in movefi... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | In calc_depclean(), load the FakeVartree before using... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | Fix logic from previous commit so it only applies when... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Zac Medico | In movefile(), skip os.utime() when os.rename() succeed... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Zac Medico | Set built=True when creating Package instances. This... v2.1.7.7 |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Zac Medico | Use einfo instead of ewarn for the "Skipping make test... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Zac Medico | Add a test case which simply compiles all modules,... |
commit | commitdiff | tree | snapshot |
next |