2009-02-15 |
Zac Medico | Fix more false positives in isvalidatom() from previous... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix isvalidatom() logic from previous commit to avoid... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix isvalidatom to properly identify an invalid atom... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix merge order calculation so that the circular runtim... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | Bug #250020 - When calculating merge order, try to... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | In depgraph._serialize_tasks(), when appropriate, execu... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | For the --buildpkgonly digraph.hasallzeros() check... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | Automatically export QA_PRESTRIPPED if it's set. Thanks... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Zac Medico | In depgraph._serialize_tasks(), verify that an uninstal... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Zac Medico | Fix Scheduler._prevent_builddir_collisions() to skip... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | Add a new "portage.internal" warning for prepalldocs... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | * Remove outdated comment about qa_source() return... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | Inside portage.fetch(), check for the case where FETCOM... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | Bug #258433 - In portage.fetch(), check for missing... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Zac Medico | Inside depgraph._select_atoms(), only trigger the circu... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Zac Medico | Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requi... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Document EAPI 3_pre1. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Add new EAPI 3_pre1 value, and disable unpack() support... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Keep 2_pre* EAPI values in the deprecated list so that... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Remove support for deprecated 2_pre* EAPI values. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mike Frysinger | add support for .xz compressed files like .lzma |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Zac Medico | Filter the new hasg and hasgq functions inside save_ebu... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Zac Medico | Escape globs in hasgq arguments in order to prevent... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | cleanup econf() code -- use hasg* funcs in multilib... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | fix previous commit -- hasq isnt as cool as i thought... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | fix --libdir detection when econf is passed whitespace... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zac Medico | Fix digraph.clone() to properly clone priority lists. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zac Medico | Make DepPriority.__str__() indicate optional deps. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zac Medico | Inside depgraph._serialize_tasks(), simplify the logic... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | For python-3.0 compatibility, make dict-like classes... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Warn about WANT_AUTO(CONF|MAKE)=latest settings since... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Fix the priorities display in digraph.debug_print(... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Fix Scheduler._find_system_deps() so that it only trave... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Add support in digraph for multiple priorities per... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Add UnmergeDepPriority.optional attribute, to avoid... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Bug #256616 - Also consider deep runtime dependencies... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | For optional deps pulled in by --with-bdeps=y, set... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Add a DepPriority.optional attribute for optional build... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Make emerge --regen return non-zero if that are any... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Use portage.util.cmp_sort_key for python-3.0 compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Use portage.util.cmp_sort_key for python-3.0 compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Use portage.util.cmp_sort_key for python-3.0 compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | Add a cmp_sort_key class which makes it easier to port... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | In depgraph._serialize_tasks(), when separating uninsta... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | Bug #256616 - Since dependencies on system packages... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | Fix logic inside depgraph._serialize_tasks() to avoid... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Zac Medico | Implement Manifest2Entry.__ne__() so that comparisons... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Zac Medico | Always ignore hidden files when generating Manifests... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Zac Medico | Fix color in merge list [ebuild ] display, so it... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Ned Ludd | - hardened gets way to many misfiled bugs related to... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Zac Medico | In EbuildFetcher._start(), don't touch the build dir... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Zac Medico | When scheduling builds in parallel for --jobs, avoid... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Zac Medico | Fix die() usage in ebuild phase examples. Thanks to... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Zac Medico | Add messages before and after the src_prepare phase... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Zac Medico | Remove the emerge-fetch.log lock message code from... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Zac Medico | Inside fetch(), only mention /var/log/emerge-fetch... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Zac Medico | Inside depgraph._dep_expand(), filter use dbapi.cp_list... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Add an ignore_priority parameter to digraph.parent_nodes(). |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Fix typo in previous commit. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Inside depgraph._add_dep(), drop unnecessary build... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Inside depgraph.loadResumeCommand(), always enable... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Inside depgraph.loadResumeCommand(), when appropriate... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Make depgraph._add_dep() ignore fewer dependencies... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Make listdir(ignorecvs=True) ignore .git directories... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Fix interaction between ignorelist and ignorecvs parame... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Zac Medico | Bug #199408 - Always enable the skip_masked and skip_un... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Zac Medico | In depgraph.loadResumeCommand(), account for unsatisfie... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Zac Medico | Inside depgraph.loadResumeCommand(), ignore unsatisifie... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Zac Medico | When in --keep-going mode, don't suppress the list... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Zac Medico | Bug #255358 - Add new RDEPEND.implicit warning to detec... v2.2_rc23 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zac Medico | Fix false positive in the 'unused local USE-description... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zac Medico | Identify which package has unused local USE description... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zac Medico | Revert chown behavior change from the previous commit... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zac Medico | Bug #255101 - Fix 'Permission denied' error handling in |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Call depgraph._set_args() inside _load_favorites()... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Drop the kernel version from the commit message for... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Don't show the running Linux kernel version in the... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Fix repoman conditionals inside _expand_new_virtuals... v2.2_rc22 |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Add some more variables to config._env_blacklist to... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Make sure spawn() always initializes opt_name because... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | In spawn(), put the full cpv in opt_name, instead of... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Bug #254825 - Add a note about the need to use `ebuild... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Inside digestgen(), don't unnecessarily call fetch... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Zac Medico | Bug #254825 - Improve messages that are displayed when... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zac Medico | Bug #254860 - Add another missing str -> atom conversi... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zac Medico | Use a new 'usersync' feature to control dropping of... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zac Medico | Bug #254860 - Inside _expand_new_virtuals(), generate... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Zac Medico | Simplify depgraph._select_pkg_from_graph() by using... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Zac Medico | When selecting greedy package inside depgraph._greedy_s... v2.2_rc21 |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Zac Medico | Mention the blocker_lookahead parameter in the depgraph... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Zac Medico | When checking for conflicts between packages inside... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Zac Medico | Invalidate some more caches inside depgraph._set_args(). |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Zac Medico | Fix comment about the greedy slots code. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Zac Medico | Bug #241808 - When loading options for --resume, discar... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Zac Medico | Make the greedy slot atom code from bug #150361 look... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Zac Medico | Fix a TypeError which occurs in pretend commit mode... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Zac Medico | If necessary, use /proc/loadavg to emulate os.getloadavg(). |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Zac Medico | When displaying parents of unsolved blockers, prefer... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Zac Medico | When displaying parents of unsolved blockers, reduce... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Zac Medico | Enable use.{mask,force} and package.use.{mask,forc... |
commit | commitdiff | tree | snapshot |
next |