summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild wr...Zac Medico2007-06-213-8/+9
* strip .comment by default, add a comment as to what we need before we can do ...Zac Medico2007-06-211-4/+10
* Pretty up the repoman imports, use cPickle over pickle for performance (trunk...Zac Medico2007-06-211-3/+13
* add new echo module for people who don't want any real logging (trunk r6458)Zac Medico2007-06-212-0/+31
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if w...Zac Medico2007-06-211-0/+6
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8
* Add an --ignore-default-opts option that is analogous to the corresponding em...Zac Medico2007-06-201-3/+8
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-06-201-1/+1
* Show a "world problems" warning for packages that aren't installed, even if t...Zac Medico2007-06-201-1/+1
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-205-10/+32
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-06-201-7/+17
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES (Permi...Zac Medico2007-06-191-1/+9
* For bug #143340, give an appropriate message when there is no read access to ...Zac Medico2007-06-191-0/+6
* Return early from get_term_size() is stdout is not a tty. (trunk r6875)Zac Medico2007-06-191-0/+2
* For bug #182571, handle curses.error if it's thrown inside get_term_size(). (...Zac Medico2007-06-191-2/+5
* For bug #182428, make quickpkg use a more secure umask by default and allow i...Zac Medico2007-06-191-2/+11
* During unmerge, always verify that the file isn't a symlink before doing chmo...Zac Medico2007-06-181-1/+2
* In dblink.isowner() don't bother to stat the file when it's contained in the ...Zac Medico2007-06-171-4/+7
* For bug #182346, use dblink.isowner() during unmerge so that device/inode num...Zac Medico2007-06-171-9/+16
* Go ahead and unlink symlinks to directories when they're actually recorded as...Zac Medico2007-06-151-5/+7
* Make the collision-protect loop check for existance of the destination file b...Zac Medico2007-06-151-0/+9
* Make repoman exit with nonzero status whenever there are qa issues (already d...Zac Medico2007-06-151-0/+4
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-06-151-2/+2
* Handle another case where removing a symlink to a directory can be harmful. (...Zac Medico2007-06-151-0/+5
* For bug #182157, don't let unmerge-orphans unlink symlinks to directories sin...Zac Medico2007-06-151-0/+3
* For bug #182157, never chmod 0 symlinks before unlinking them. (trunk r6848)Zac Medico2007-06-151-1/+1
* For bug #182105, fix the spelling of the fd_pipes paremeter. (trunk r6846)Zac Medico2007-06-151-1/+1
* Fix broken \!found logic so that any missing files are properly skipped. (tru...v2.1.3_rc1Zac Medico2007-06-141-6/+2
* Miscellaneous global updates cleanups. (trunk r6686, r6688, and r6690:6693)Zac Medico2007-06-141-113/+80
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* In dblink.treewalk(), handle the case where the current cpv is already instal...Zac Medico2007-06-131-0/+5
* Add a note about the new unmerge-orphans behavior. (trunk r6831)Zac Medico2007-06-131-0/+9
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to...Zac Medico2007-06-133-4/+27
* Fix dblink.isowner() so it works properly when ROOT!=/. (trunk r6827)Zac Medico2007-06-131-1/+1
* Use cached dblink instances for collision-protect. (trunk r6825)Zac Medico2007-06-131-16/+1
* Cache dblink instances for security checks and reference counts during merge/...Zac Medico2007-06-131-45/+53
* Reuse previously acquired lstat results. (trunk r6821)Zac Medico2007-06-121-1/+1
* For bug #153109, replace our old chflags module with the one provided by the ...Zac Medico2007-06-121-28/+13
* Remove some useless dircache code. (trunk r6818)Zac Medico2007-06-121-6/+1
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-06-121-8/+16
* For bug #181021, during unmerge use all slot matches for reference counts (in...Zac Medico2007-06-121-22/+16
* Add a note about preservation of timestamps on merged files. (trunk r6812)Zac Medico2007-06-121-1/+4
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor...Zac Medico2007-06-112-7/+11
* Add news about USE_EXPAND wildcards. (trunk r6802)Zac Medico2007-06-111-0/+7
* For consistency with other xterm titles code, redirect $PROMPT_COMMAND output...Zac Medico2007-06-111-1/+10
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-113-6/+25
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-102-6/+61
* For bug #181551, support slot deps in package.keywords. (trunk r6790)Zac Medico2007-06-101-3/+5
* Make repoman work with both + and - flags in IUSE. (trunk r6788)Zac Medico2007-06-101-6/+5
* Preserve order of flags from IUSE in wildcard expansion. (trunk r6786)Zac Medico2007-06-101-1/+1