2006-10-10 |
Zac Medico | Avoid unnecessary population of the bintree by populati... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Make --tree not imply --pretend anymore so that people... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Make --newuse not imply --update anymore because that... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Document greedy atoms for the --update option. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Remove outdated mention of --update in the --deep docs. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Catch UnpicklingError when loading the mtimedb (reporte... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Remove unnecessary config.reset() calls in portage... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Fix typo s/upper/lower/. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Remove unused PORTAGE_CALLER=portageq from the environment. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Remove unused PORTAGE_CALLER=emerge from the environment. |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | Use a local_config flag to replace PORTAGE_CALLER ... |
commit | commitdiff | tree | snapshot |
2006-10-09 |
Zac Medico | For repoman, hide the vardbapi from dep_zapdeps. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Add news about multiple inheritance support in profiles. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Generate the depgraph.args_keys list _before_ building... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Remove one more reference to use.defaults. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Remove use.default documentation since we don't use... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Remove the single parent constraint in profiles. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Clean up depgraph.select_files() to use one list of... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Make the .installed invalidation conditional on srcroot... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Make the merge phase automatically invalidate the ... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | For bug #150361, implement greedy matching of command... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Fix another bad package type assumption in depgraph... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Make system/world less greedy for bug #150251. |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | For bug #140021, remove autoaddcvs from the docs. ... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Zac Medico | Fix dep_transform breakage (regression from r4596). |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Stack negative user virtuals in the correct order for... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | For bug #150377, make virtual preferences in a profile... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Remove redundant quotes from PORTAGE_RSYNC_OPTS. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Remove redunant quotes for bug #150381. This change... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Fix package type assumptions in depgraph.display()... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Add a heading for portage-2.1.2. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Add a release note about --with-bdeps. |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Zac Medico | Add news about major bug fixes in 2.1.2. |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | Delete some temporary variables after use. |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | In update_dbentries(), use != rather than "is not"... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | Reject installed packages if they have a matching maske... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | For bug #48195, fall back to the installed packages... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | Make repoman generate a syntax error if a slot dep... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | Don't call varexpand inside getconfig for env.d/profile... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | For bug #14215, put the shlex parser in posix mode... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | For bug #150163, remove unnecessary validation of new_p... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Zac Medico | For bug #150178, print an error message when emerge... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Zac Medico | Add news about slot deps. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Zac Medico | Improve best_match_to_list() and include support for... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Zac Medico | Fix package moves/slotmoves to work with slot deps. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Zac Medico | Just use a simple replace for the needlessly complex... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Zac Medico | For bug #4698, use slot deps to ensure that all install... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Zac Medico | Add support for slot based dep matching in all dbapi... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Share duplicate code between dep_getkey() and dep_getcpv(). |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Don't create /cvs-src since the cvs.eclass will do... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Fix a typo for the file mode in ${T}. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Don't apply the sticky bits until we have a complete... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Properly write all fifo and device nodes to CONTENTS... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Remove redundant PORTAGE_BUILDDIR creation. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | When gathering a group of nodes to merge (with circular... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Zac Medico | Make PORTAGE_BUILDDIR and subdirectories group writable... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Don't set the gid unnecessarily on $PORTAGE_BUILDDIR... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | For userpriv support, chown files in ${T} if necessary... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Use 01775 permissions for subdirectories of PORTAGE_TMP... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Use 755 permissions for ${PORTAGE_WORKDIR}/distdir... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Print a message about make.globals if PORTDIR is undefined. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Add a digraph.NONE constant to represent no priority. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Refector depgraph.altlist() reverse/ignore_priority... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Remove a len(nodes) == 1 test that's never True. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | In depgraph.altlist(), use a recursive fuction to gathe... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Zac Medico | Fix priority logic in digraph.add(). |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Zac Medico | Optimize varexpand for bug #149900. |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Zac Medico | Remove unnecessary set creation. |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Zac Medico | Fix depgraph.altlist() so that it can identify a group... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Zac Medico | Add medium priority level into the digraph (in addition... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Zac Medico | For bug #149781, exclude symlinks to directories when... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Zac Medico | Fix misspelling of dependencies for bug #149645. |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Zac Medico | Emulate old --update world/system behavior for bug... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Zac Medico | Don't try to match call best_match_to_list() on "blocks... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Update CONFIG_PROTECT docs to reflect that files are... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Update installsources docs for bug #149491. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Document the new COLLISION_IGNORE variable. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | For bug #149412, add a COLLISION_IGNORE user config... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Document the new --with-bdeps option. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Allow options contained in EMERGE_DEFAULT_OPTS to be... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Move installed sources into ${CATEGORY} subdirectories... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Allow env.d file names with 3 characters. This is a... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Fix quoting of ${D} in make arguments for einstall... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Fix broken [ -z "" ] test. Thanks to Volkov Peter... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Fix inverted --with-bdeps logic. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Call sys.stdout.flush() after print statements so that... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Properly treat myopts as a dict. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Remove some unreachable code. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Use dict.pop(k, None) to delete items if they exist. |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Store myopts in the mtimedb as a list for backward... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Zac Medico | Add missing calls to iteritems() from the last commit. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Zac Medico | Add a --with-bdeps=[y,n] option for bug #148870. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Zac Medico | Convert myopts into a dictionary so that it can be... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Zac Medico | Convert emerge option parsing to use python's optparse... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Zac Medico | Catch a ValueError caused by corrupt cache for bug... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Zac Medico | In dep_zapdeps preference selection, use package names... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Zac Medico | Revert dep_zapdeps fakedbapi usage as per comment ... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Zac Medico | Fix --update so that it updates direct dependencies... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Zac Medico | Make sure that all packages are in the dbapi when doing... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Zac Medico | Add SLOT support to fakedbapi then use it for depgraph... |
commit | commitdiff | tree | snapshot |
next |