summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Filter paths matching '/<built-in>$' that come from debugedit. Thanks to Ed ...Zac Medico2007-02-231-1/+2
* Do not show the spinner and the "Calculating dependencies" message for instal...Zac Medico2007-02-231-7/+8
* Make verify_all() return an "insufficient data" error if there is not at leas...Zac Medico2007-02-232-0/+22
* spawn rsync without a shell. (trunk r6050:6051)Zac Medico2007-02-231-1/+3
* Remove quotes since rsync doesn't accept them (and there is no shell to remov...Zac Medico2007-02-221-3/+3
* For bug #167668, use an rsync "hide" filter rule to exclude **/files/digest-*...Zac Medico2007-02-222-1/+2
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled....Zac Medico2007-02-221-3/+3
* For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and automatica...Zac Medico2007-02-221-3/+51
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-222-2/+6
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ...Zac Medico2007-02-221-0/+1
* Fix broken file list handling for FEATUES=sign when only the Manifest has cha...Zac Medico2007-02-221-0/+18
* Fix more broken commitmessagefile handling. (trunk r6032:6033)Zac Medico2007-02-221-2/+7
* Use startdir instead of mydir since mydir has a trailing slash which triggers...Zac Medico2007-02-221-3/+3
* Avoid a TypeError when commitmessagefile is None. (trunk r6028:6029)Zac Medico2007-02-221-1/+1
* Fix stardir and repodir logic from the previous commit. (trunk r6026:6027)Zac Medico2007-02-211-5/+3
* For consistency, replace multiple os.getcwd() calls with the "mydir" variable...Zac Medico2007-02-211-4/+4
* s/x/xs/ to fix a typo in a variable name. (trunk r6022:6023)Zac Medico2007-02-211-1/+1
* Raise a CommandNotFound exception when necessary, to ease troubleshooting. T...Zac Medico2007-02-211-2/+2
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* As requested by vapier, don't show the merge list in --quiet mode unless it's...Zac Medico2007-02-201-1/+2
* For bug #167217, don't hardcode /usr/lib/portage. (trunk r5945)Zac Medico2007-02-1916-35/+33
* 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
* Don't exclude . since that excludes the entire contents of some tar files. (t...Zac Medico2007-02-181-1/+1
* When calling tar, always exclud . in order to preserver PORTAGE_WORKDIR_MODE....Zac Medico2007-02-181-6/+6
* 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 #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* For bug #163990, warn about ebuilds with invalid categories and do not allow ...Zac Medico2007-02-181-1/+6
* For bug #166785, check for invalid categories in the world file. (trunk r5985...Zac Medico2007-02-181-3/+16
* For bug #166939, make --nodeps work like a normal package for new-style virtu...Zac Medico2007-02-171-17/+25
* Detect potential issues with mtime granlarity in env_update() and sleep if ne...Zac Medico2007-02-161-1/+13
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...Zac Medico2007-02-151-1/+2
* 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
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-121-1/+1
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* Make the "lfull" output more succinct by omitting categories for which there ...v2.1.2-r9Zac Medico2007-02-081-2/+1
* Turn on strict dep checking to fix the isvalidatom test (trunk r5926).Zac Medico2007-02-081-0/+2
* Synchronize required hash code in all relevant places. (trunk r5924)Zac Medico2007-02-073-8/+13
* For bug #165783, handle a potential InvalidDependString exception in repoman ...Zac Medico2007-02-071-13/+23
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-4/+10
* Enable strict dep checking for repoman. (trunk r5918)Zac Medico2007-02-071-0/+1
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-072-2/+3
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e...Zac Medico2007-02-071-1/+2