summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix broken file list handling for FEATUES=sign when only the Manifest has ↵Zac Medico2007-02-221-0/+18
| | | | | | changed. Add some sanity checks for file list handling when repolevel < 3. (trunk r6034:6036) svn path=/main/branches/2.1.2/; revision=6037
* Fix more broken commitmessagefile handling. (trunk r6032:6033)Zac Medico2007-02-221-2/+7
| | | | svn path=/main/branches/2.1.2/; revision=6034
* Use startdir instead of mydir since mydir has a trailing slash which ↵Zac Medico2007-02-221-3/+3
| | | | | | triggers normalization issues with the dirname function. (trunk r6030:6031) svn path=/main/branches/2.1.2/; revision=6032
* Avoid a TypeError when commitmessagefile is None. (trunk r6028:6029)Zac Medico2007-02-221-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6030
* Fix stardir and repodir logic from the previous commit. (trunk r6026:6027)Zac Medico2007-02-211-5/+3
| | | | svn path=/main/branches/2.1.2/; revision=6028
* For consistency, replace multiple os.getcwd() calls with the "mydir" ↵Zac Medico2007-02-211-4/+4
| | | | | | variable. (trunk r6023:6024) svn path=/main/branches/2.1.2/; revision=6026
* s/x/xs/ to fix a typo in a variable name. (trunk r6022:6023)Zac Medico2007-02-211-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6025
* As requested by vapier, don't show the merge list in --quiet mode unless ↵Zac Medico2007-02-201-1/+2
| | | | | | it's explicitly requested via --ask or --pretend. (trunk r6016:6017) svn path=/main/branches/2.1.2/; revision=6018
* For bug #167217, don't hardcode /usr/lib/portage. (trunk r5945)Zac Medico2007-02-1916-35/+33
| | | | svn path=/main/branches/2.1.2/; revision=6016
* Optimize order for --tree display of circular dependencies. (trunk r6013:6014)Zac Medico2007-02-191-1/+12
| | | | svn path=/main/branches/2.1.2/; revision=6015
* Make digraph._merge_order_bias() operate on a single digraph that's passed ↵Zac Medico2007-02-191-5/+5
| | | | | | in. (trunk r6011:6012) svn path=/main/branches/2.1.2/; revision=6013
* For bug #167450, optimize leaf node selection by ordering nodes from highest ↵Zac Medico2007-02-191-0/+11
| | | | | | to lowest overall reference count. (trunk r6009:6010) svn path=/main/branches/2.1.2/; revision=6011
* Automatically enable --tree mode when displaying nodes with circular deps. ↵Zac Medico2007-02-191-0/+1
| | | | | | (trunk r6007:6008) svn path=/main/branches/2.1.2/; revision=6009
* For bug #166564, make a circular dependency panic more user friendly by ↵Zac Medico2007-02-191-8/+15
| | | | | | displaying the USE flags that are enabled on nodes that are part of dependency cycles and display a note hinting that circular dependencies can often be avoided by temporarily disabling USE flags. (trunk r6005:6006) svn path=/main/branches/2.1.2/; revision=6007
* Don't exclude . since that excludes the entire contents of some tar files. ↵Zac Medico2007-02-181-1/+1
| | | | | | (trunk r6003:6004) svn path=/main/branches/2.1.2/; revision=6005
* When calling tar, always exclud . in order to preserver ↵Zac Medico2007-02-181-6/+6
| | | | | | PORTAGE_WORKDIR_MODE. Thanks to Brian Harring in bug #167544. (trunk r6001:6002) svn path=/main/branches/2.1.2/; revision=6003
* For bug #166880, always display the merge list header. (trunk r5999:6000)Zac Medico2007-02-181-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6001
* For bug #166880, always display the merge list (allowing --tree to be obeyed ↵Zac Medico2007-02-181-3/+3
| | | | | | in any case). (trunk r5997:5998) svn path=/main/branches/2.1.2/; revision=5999
* For bug #167450, optimize merge order by delaying the merge of root nodes. ↵Zac Medico2007-02-181-2/+12
| | | | | | (trunk r5995:5996) svn path=/main/branches/2.1.2/; revision=5997
* For bug #166785, check for invalid categories in the world file. (trunk ↵Zac Medico2007-02-181-3/+16
| | | | | | r5985:5986) svn path=/main/branches/2.1.2/; revision=5987
* For bug #166939, make --nodeps work like a normal package for new-style ↵Zac Medico2007-02-171-17/+25
| | | | | | virtuals. (trunk r5981:5982 and r5983:5984) svn path=/main/branches/2.1.2/; revision=5985
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ↵Zac Medico2007-02-151-1/+2
| | | | | | this patch from bug #166837. (trunk r5968:5970) svn path=/main/branches/2.1.2/; revision=5971
* Optimize merge order calculation for --tree output when necessary. (trunk ↵Zac Medico2007-02-141-1/+2
| | | | | | r5967) svn path=/main/branches/2.1.2/; revision=5968
* For bug #158100, use an exact reversal of the actual merge order for --tree ↵Zac Medico2007-02-141-0/+5
| | | | | | output. It's more efficient than doing 2 order calculations. (trunk r5965) svn path=/main/branches/2.1.2/; revision=5966
* In the event of a circular dependency panic, eliminate root nodes in order ↵Zac Medico2007-02-121-0/+9
| | | | | | to reduce the noise level to a minimum. (trunk r5956) svn path=/main/branches/2.1.2/; revision=5957
* Make the "lfull" output more succinct by omitting categories for which there ↵v2.1.2-r9Zac Medico2007-02-081-2/+1
| | | | | | are no violations. (trunk r5928) svn path=/main/branches/2.1.2/; revision=5929
* For bug #165783, handle a potential InvalidDependString exception in repoman ↵Zac Medico2007-02-071-13/+23
| | | | | | and report a SRC_URI.syntax failure. (trunk r5922) svn path=/main/branches/2.1.2/; revision=5923
* Enable strict dep checking for repoman. (trunk r5918)Zac Medico2007-02-071-0/+1
| | | | svn path=/main/branches/2.1.2/; revision=5919
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-072-2/+3
| | | | | | '.*.bak'. (trunk r5914) svn path=/main/branches/2.1.2/; revision=5915
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is ↵Zac Medico2007-02-071-1/+2
| | | | | | enabled). (trunk r5912) svn path=/main/branches/2.1.2/; revision=5913
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-072-0/+3
| | | | | | will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery. (trunk r5907) svn path=/main/branches/2.1.2/; revision=5911
* For bug #165783, handle an InvalidDependString exception triggered by an ↵Zac Medico2007-02-071-3/+9
| | | | | | invalid SRC_URI. (trunk r5908) svn path=/main/branches/2.1.2/; revision=5909
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of ↵Zac Medico2007-02-051-24/+1
| | | | | | the incompatible ones that repoman currently uses. (trunk r5887:5888) svn path=/main/branches/2.1.2/; revision=5900
* For bug #165382, show a helpful message if an exception is raised from ↵Zac Medico2007-02-051-3/+16
| | | | | | cpv_expand(). (trunk r5897) svn path=/main/branches/2.1.2/; revision=5898
* For bug #165034, make sure that symlinks are excluded from chmod calls. ↵Zac Medico2007-02-031-1/+1
| | | | | | (trunk r5876:5879) svn path=/main/branches/2.1.2/; revision=5882
* Load the most current variables from /etc/profile.env for post_emerge stuff. ↵Zac Medico2007-02-011-0/+6
| | | | | | (trunk 5857:5858) svn path=/main/branches/2.1.2/; revision=5868
* Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865)Zac Medico2007-02-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5867
* Fix --newuse so that it works correctly with --usepkg. (trunk r5859)Zac Medico2007-02-011-2/+1
| | | | svn path=/main/branches/2.1.2/; revision=5860
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | (trunk r5844:5845) svn path=/main/branches/2.1.2/; revision=5846
* For bug #164363, shuffle the ip addresses returned from ↵Zac Medico2007-01-301-0/+2
| | | | | | socket.getaddrinfo(). (trunk r5832:5833) svn path=/main/branches/2.1.2/; revision=5844
* For bug #164617, don't change permissions on ${WORKDIR} with unpack(). ↵Zac Medico2007-01-301-1/+5
| | | | | | (trunk r5842) svn path=/main/branches/2.1.2/; revision=5843
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be ↵Zac Medico2007-01-301-2/+4
| | | | | | empty. (trunk r5840) svn path=/main/branches/2.1.2/; revision=5841
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵v2.1.2-r5Zac Medico2007-01-291-1/+2
| | | | | | instead of ENOTEMPTY. (trunk r5798) svn path=/main/branches/2.1.2/; revision=5830
* Catch EACCESS when running env-update, orignal patch by ↵Zac Medico2007-01-291-2/+9
| | | | | | <phajdan.jr@gmail.com> (bug #106061) (trunk r5802:5803 and r5813:5814) svn path=/main/branches/2.1.2/; revision=5829
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean ↵Zac Medico2007-01-291-4/+5
| | | | | | operations since those are most likely unattended. Thanks to Dan <hydrogen@notyetimplemented.com> for the initial patch. (trunk r5827) svn path=/main/branches/2.1.2/; revision=5828
* add support for transparently decompressing gz/Z/bz2 files since some ↵Zac Medico2007-01-291-10/+36
| | | | | | upstream packages will compress for us (trunk r5824:5825) svn path=/main/branches/2.1.2/; revision=5826
* Remove a stray print statement. Thanks to Rick Warner in bug #125261. ↵Zac Medico2007-01-281-1/+0
| | | | | | (trunk r5798:5799) svn path=/main/branches/2.1.2/; revision=5824
* translate unicode quotes to ascii ones so we can keep our regex simple ↵Zac Medico2007-01-281-1/+4
| | | | | | (trunk r5795:5796 and r5803:5804) svn path=/main/branches/2.1.2/; revision=5823
* Can't delete variable that doesn't exist anymore (bug #164280) (trunk ↵Zac Medico2007-01-281-4/+12
| | | | | | r5816:5817 and r5820:5821) svn path=/main/branches/2.1.2/; revision=5822
* demote KEYWORDS.missing to a warning to make KEYWORDS='' valid (trunk ↵v2.1.2-r4Zac Medico2007-01-241-0/+1
| | | | | | r5767:5768) svn path=/main/branches/2.1.2/; revision=5771