summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
* Optimize order for --tree display of circular dependencies. (trunk r6013:6014)Zac Medico2007-02-191-1/+12
* Make digraph._merge_order_bias() operate on a single digraph that's passed in...Zac Medico2007-02-191-5/+5
* For bug #167450, optimize leaf node selection by ordering nodes from highest ...Zac Medico2007-02-191-0/+11
* Automatically enable --tree mode when displaying nodes with circular deps. (t...Zac Medico2007-02-191-0/+1
* For bug #166564, make a circular dependency panic more user friendly by displ...Zac Medico2007-02-191-8/+15
* For bug #166880, always display the merge list header. (trunk r5999:6000)Zac Medico2007-02-181-1/+1
* For bug #166880, always display the merge list (allowing --tree to be obeyed ...Zac Medico2007-02-181-3/+3
* For bug #167450, optimize merge order by delaying the merge of root nodes. (t...Zac Medico2007-02-181-2/+12
* For bug #166939, make --nodeps work like a normal package for new-style virtu...Zac Medico2007-02-171-17/+25
* Optimize merge order calculation for --tree output when necessary. (trunk r5...Zac Medico2007-02-141-1/+2
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-071-1/+2
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-0/+1
* For bug #165783, handle an InvalidDependString exception triggered by an inva...Zac Medico2007-02-071-3/+9
* For bug #165382, show a helpful message if an exception is raised from cpv_ex...Zac Medico2007-02-051-3/+16
* Load the most current variables from /etc/profile.env for post_emerge stuff. ...Zac Medico2007-02-011-0/+6
* Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865)Zac Medico2007-02-011-1/+1
* Fix --newuse so that it works correctly with --usepkg. (trunk r5859)Zac Medico2007-02-011-2/+1
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo()....Zac Medico2007-01-301-0/+2
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...v2.1.2-r5Zac Medico2007-01-291-1/+2
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat...Zac Medico2007-01-291-4/+5
* Remove a stray print statement. Thanks to Rick Warner in bug #125261. (trunk...Zac Medico2007-01-281-1/+0
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-201-1/+1
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-191-13/+1
* Simplify rsync timestamp.chk handling and print the correct path for bug #507...Zac Medico2007-01-181-109/+43
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G...Alec Warner2007-01-161-1/+2
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th...Alec Warner2007-01-161-7/+14
* merge glep42 into trunkAlec Warner2007-01-161-0/+51
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
* For bug #144380, disable color at emerge startup and then enable it only when...Zac Medico2007-01-131-14/+7
* Use end_paragraph(1) instead of add_line_break() so that there is really a bl...Zac Medico2007-01-131-1/+1
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
* Send the slot collision notice to stderr and only show minimal output in --qu...Zac Medico2007-01-121-12/+19
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
* fix "" " " bugAlec Warner2007-01-121-3/+3
* purge string module from emergeAlec Warner2007-01-121-13/+13
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-0/+2
* For bug #50738, inform the user about the location of the timestamp file and ...Zac Medico2007-01-111-0/+4
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for...Zac Medico2007-01-101-2/+2
* Don't allow slot collision nodes to block other packages since blocker valida...Zac Medico2007-01-101-1/+6
* For bug #161422, make slot collisions non-fatal in cases where an invalid dep...Zac Medico2007-01-101-26/+31
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems...Zac Medico2007-01-091-6/+8
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe...Zac Medico2007-01-051-0/+1
* Implement distlocks for --getbinpkg so that it works properly when parallel-f...Zac Medico2007-01-041-8/+20
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
* Do some small fixes to prevent slot collision nodes from interfering with the...Zac Medico2006-12-301-2/+8