summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* Merge portdbapi.getRepositories() from trunk.Zac Medico2007-07-051-0/+29
* backport r7087 and r7093 to ease the upgrade to 2.2 wrt verbose pretend displayMarius Mauch2007-07-051-0/+13
* Fix typo. (trunk r6989)Zac Medico2007-06-291-1/+1
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-06-281-1/+8
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-29/+27
* Add one more size == 0 check to digestgen(). (trunk r7040:7042)Zac Medico2007-06-261-0/+3
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-06-261-2/+26
* Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w...Zac Medico2007-06-251-2/+3
* Allow emerge --fetchonly to continue downloading other packages after a downl...Zac Medico2007-06-251-1/+2
* Fix resume logic in binarytree.gettbz2(). (trunk r7017:7019)Zac Medico2007-06-251-4/+4
* For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in binarytree.gettbz2()....Zac Medico2007-06-251-3/+12
* Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic wr...Zac Medico2007-06-241-6/+12
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-06-241-0/+8
* - s/!owned/replaced/ in merge output to clarify it (trunk r6975)Zac Medico2007-06-241-25/+27
* For bug #182964, replace os.rename() with portage.movefile() in cases where t...Zac Medico2007-06-241-5/+13
* Revert r6968 since shutil.move() is broken internally.Zac Medico2007-06-231-7/+7
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-7/+7
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-221-1/+1
* Clean up the profile masking code. (trunk r6292)Zac Medico2007-06-221-9/+5
* config class mapping interface cleanups from trunk r6916, r6919, and r6920.Zac Medico2007-06-221-26/+23
* Remove more unnecessary list generation. (trunk r6912)Zac Medico2007-06-221-3/+3
* Remove lots of unnecessary list generation via dict.keys(). (trunk r6911)Zac Medico2007-06-221-13/+22
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-221-22/+26
* Allow per-module filtering based on loglevels in addition to the global PORTA...Zac Medico2007-06-211-21/+47
* fix grammar in error output (trunk r6285)Zac Medico2007-06-211-1/+1
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-3/+8
* 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
* 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
* 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
* 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
* In dblink.treewalk(), handle the case where the current cpv is already instal...Zac Medico2007-06-131-0/+5
* For bug #134620, add a FEATURES=unmerge-orphans option that causes unmerge to...Zac Medico2007-06-131-3/+21
* 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
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-4/+12