2009-12-10 |
Zac Medico | Don't enable EAPI 4_pre1 yet. |
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-09 |
Zac Medico | In movefile(), always use stat_obj[stat.ST_MTIME] for... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zac Medico | Remove obsolete env-update.sh script. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zac Medico | Add localization variables (LANG and LC_*) to the envir... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zac Medico | When overridding sys.std* in python2, use binary streams. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zac Medico | Fix handling for TEMP, TMP, and TMPDIR variables: |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zac Medico | Use ImportError handling to import _TextTestResult... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | When temporarily replacing the sys.std* streams, use... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | Don't assign f to sys.stderr inside EOutput._write(). |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | When reading the remote Packages file for --getbinpkg... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | Use OrderedDict in portdbapi.getFetchMap() so that... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | Add OrderedDict class. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | Move ebuild helpers to account for rename of EAPI 3... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Zac Medico | Bump EAPI conditionals to account for rename of EAPI... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
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.2_rc56 |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Zac Medico | Remove unnecessary elog_process() phasefilter arguements. |
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. |
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-05 |
Zac Medico | Bug #295805 - Fix ValueError with python3 inside update... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Zac Medico | Bug #162404 - Automatically disable logging if sesandbo... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
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.2_rc55 |
commit | commitdiff | tree | snapshot |
2009-12-02 |
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.2_rc54 |
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.2_rc53 |
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-26 |
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.2_rc52 |
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-23 |
Zac Medico | Add a test case which simply compiles all modules,... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Zac Medico | Bug #293614 - When the backtracking limit is reached... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Zac Medico | Add "repository" attribute to CategorySet (revert r1159... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Zac Medico | Bug #293998 - Use OSError.errno instead of trying to... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Zac Medico | Optimized the code for bug #288083 and make it handle... v2.2_rc51 |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Zac Medico | Tweak logic from previous commit. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Zac Medico | In depgraph._serialize_tasks(), ensure that unsolvable... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Zac Medico | Fix blocker display to work properly with --tree -... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Zac Medico | Fix depgraph._prune_tree_display() to preserve uninstal... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Zac Medico | Bug #293730 - Fix bad || choices triggered in some... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Zac Medico | Disable backtracking in the depgraph constructor call... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Zac Medico | Bug #293603 - Blacklist EPREFIX and EROOT variables... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Zac Medico | Bug #293603 - Add $ED to the blacklist, to prevent... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Zac Medico | Check for updates masked by license for any installed... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Zac Medico | Bug #293448 - Fix TypeError when sending mail with... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Zac Medico | Remove SLOT.missing since SLOT.invalid handles that... v2.2_rc50 |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Zac Medico | In the code from bug #288083, only show one LICENSE... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Zac Medico | Bug #288083 - Always warn about installed packages... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Zac Medico | Bug #291200 - Make --quiet-build set PORTAGE_QUIET... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Zac Medico | Inside LinkageMap.rebuild(), ensure that all preserved... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Zac Medico | Bug #292820 - Make the Package constructor handle inval... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Zac Medico | Bug #292910 - Don't mix print() and writemsg_stdout... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Zac Medico | Implement dblink.__hash__ and __eq__, so that `portageq... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Zac Medico | Add setup phases to the tail of the merge queue instead... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Zac Medico | Inside iter_owners, only cache a maximum of 25 dblink... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Zac Medico | Bug #292664 - Show ACCEPT_LICENSE in emerge --info. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Zac Medico | Convert MIMEText body to string before sending. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Zac Medico | Preserve previous usage of MIMEText constructor under... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Zac Medico | Bug #292528 - Specify UTF-8 in the MIMEText constructor... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Zac Medico | Bug #278336 - Use adjust_config to set PORTAGE_QUIET... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Arfrever Frehtes... | Restore support for bash-3. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Zac Medico | Make split-elog bold. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Zac Medico | When displaying masking messages, show the 'dependency... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Zac Medico | Fix typo in comment. v2.2_rc49 |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zac Medico | Use writemsg instead of print, to send debug messages... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zac Medico | Bug #291200 - Add a --quiet-build option to redirect... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zac Medico | Collapse two [[ ]] into one. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zac Medico | For --debug mode, enable bash tracing when sourcing... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zac Medico | Bug #291142 - Fix some cases when a 'missed update... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Zac Medico | Use writemsg instead of print, to send debug messages... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Arfrever Frehtes... | Define portage.proxy.objectproxy.ObjectProxy.__add__... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Arfrever Frehtes... | Decode git output in _emerge.actions.git_sync_timestamp... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Zac Medico | Bug #291331 - Make send_mail() encode the unicode messa... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Zac Medico | Inside depgraph._complete_graph(), only pull in deps... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Zac Medico | Don't call FakeVartree.sync() redundantly when backtrac... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Zac Medico | Move FakeVartree population out of the constructor... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Zac Medico | Eliminate duplicate code from the FakeVartree construct... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | Fix --backtrack option handling. v2.2_rc48 |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | Add a --backtrack=COUNT option to control how many... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | For compatibility, still exit successfully if there... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | Allow unmerge of packages from the "selected" set when... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | Bug #290921 - Always exit unsuccessfully if -r is not... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | Make cacheddir() always behave like EmptyOnError is... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Zac Medico | Make dblink.delete() remove empty parent category direc... |
commit | commitdiff | tree | snapshot |
next |