summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-231-11/+2
* Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi...Zac Medico2007-07-181-4/+1
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-15/+0
* Fix typo.Zac Medico2007-07-111-1/+1
* For bug #184679, handle ENOTDIR by finding the non-directory parent and testi...Zac Medico2007-07-111-4/+29
* Remove the repo_name warning in the portdbapi constructor since we don't want...Zac Medico2007-07-091-2/+3
* - be quiet about overlays profiles/repo_name entry when --quiet mode is usedNed Ludd2007-07-091-1/+1
* Pass the file path into the PermissionDenied exception.Zac Medico2007-07-081-2/+3
* Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't...Zac Medico2007-07-081-5/+21
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-3/+4
* Clean up system and world set handling. For forward compatibility, the world...Zac Medico2007-07-031-5/+2
* ewarn when merging a package and the source repository/overlay does not have ...Marius Mauch2007-06-301-0/+6
* print a notice when a repository/overlay does not have a nameMarius Mauch2007-06-301-0/+2
* Test for existence of the getRepositories method since bindbapi doesn't have ...Zac Medico2007-06-291-1/+2
* display source repository for installed package and target package (bug #67072)Marius Mauch2007-06-291-1/+1
* Store name of source repository in vdb node for later comparisonMarius Mauch2007-06-291-0/+10
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-18/+30
* Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w...Zac Medico2007-06-251-3/+4
* Fix typo.Zac Medico2007-06-251-1/+1
* Fix resume logic in binarytree.gettbz2().Zac Medico2007-06-251-4/+4
* For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in binarytree.gettbz2().Zac Medico2007-06-251-4/+11
* Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic wr...Zac Medico2007-06-241-5/+11
* Fix broken base_uri handling for old-style binhosts in binarytree.gettbz2().Zac Medico2007-06-241-3/+2
* Fix more typos from r6988.Zac Medico2007-06-241-5/+5
* Handle 'Permission denied' errors that can occur if the current user isn't al...Zac Medico2007-06-241-2/+9
* Fix typo.Zac Medico2007-06-241-1/+1
* Fix column alignment in unmerge output.Zac Medico2007-06-241-20/+22
* Make the fix for bug #139600 slightly less icky by grabbing the ACCEPT_KEYWOR...Zac Medico2007-06-241-1/+2
* Always unlink the .installed flag prior to merge since portage.movefile() nev...Zac Medico2007-06-241-1/+1
* For bug #182964, replace os.rename() with portage.movefile() in cases where t...Zac Medico2007-06-242-8/+10
* Fix check_config_instance() weirdness when the ebuild command reloads the por...Zac Medico2007-06-231-1/+2
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Marius Mauch2007-06-231-0/+7
* s/!owned/replaced/ in merge output to clarify itMarius Mauch2007-06-231-1/+1
* Revert r6967 since shutil.move() is broken internally.Zac Medico2007-06-232-9/+9
* s/OSError/EnvironmentError/ since shutil.move() generally raises an IOError.Zac Medico2007-06-231-1/+1
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-232-9/+9
* For bug #182428, make quickpkg exclude config files that are protected by CON...Zac Medico2007-06-221-7/+13
* Remove more unnecessary list generation.Zac Medico2007-06-214-11/+10
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8
* 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 chmod.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.Zac Medico2007-06-151-1/+1
* Fix broken \!found logic so that any missing files are properly skipped.Zac Medico2007-06-141-6/+2
* Add portageq command to list preserved libsMarius Mauch2007-06-131-2/+2