summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/vartree.py
Commit message (Expand)AuthorAgeFilesLines
* unmerge: fix lock/UnsupportedAPIException logicv2.1.9.45Zac Medico2011-03-271-1/+1
* UnsupportedAPIException: handle unicode in EAPIZac Medico2011-03-271-1/+1
* iter_owners: try the hashed approach in any caseZac Medico2011-03-181-8/+0
* Make all temp dirs under $PORTAGE_TMPDIR/portage.Zac Medico2011-03-141-9/+9
* Remove redundant CONTENTS parent dir generation.Zac Medico2011-03-141-28/+1
* dblink.getcontents(): generate parent directoriesZac Medico2011-03-141-0/+16
* unmerge: log pre/postrm FAILED messagesZac Medico2011-03-011-6/+11
* owners_cache: fix EPREFIX miscalculationZac Medico2011-03-011-5/+3
* owners_cache: add parent dirs deeper than EPREFIXZac Medico2011-03-011-1/+3
* unmerge: implicitly unmerge parent directoriesZac Medico2011-03-011-3/+16
* owners_cache: implicitly add parent directoriesZac Medico2011-03-011-1/+18
* Recognize git-2.eclass when reinstalling self.Zac Medico2011-02-141-4/+10
* Use r'' for regex.Zac Medico2011-01-171-1/+1
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* CONTENTS: handle malformed sym entriesZac Medico2011-01-161-2/+10
* unmerge: ignore rmdir EPERM from mount pointZac Medico2010-12-271-1/+2
* removeFromContents: don't use EROOTFabian Groffen2010-12-161-1/+1
* Preserve existing hardlinks during merge.Zac Medico2010-12-081-19/+8
* quickpkg: revert hardlink fix from bug #185305Zac Medico2010-12-071-4/+0
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-12-031-2/+2
* Fix MergeProcess elog handling.Zac Medico2010-11-231-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-231-67/+80
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-11-231-0/+1
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-231-3/+7
* Fix _preload_elog_modules() call.Zac Medico2010-10-071-1/+1
* Preserve elog message continuity during updates.Zac Medico2010-10-071-1/+2
* Add a _preload_elog_modules() function.Zac Medico2010-10-071-2/+2
* entries from preserved registry already include EPREFIX, so don't use EROOT o...Fabian Groffen2010-09-301-1/+1
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-301-1/+1
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-301-2/+2
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-301-3/+3
* always use eroot with CONFIG_MEMORY_FILEFabian Groffen2010-09-231-2/+2
* catch another case where using EROOT is absolutely not correct:Fabian Groffen2010-09-181-1/+2
* Drop PREFIX LOCAL markersFabian Groffen2010-09-181-10/+2
* don't use EROOT or an upgrade of a package will result in the package being u...Fabian Groffen2010-09-171-2/+8
* Do NOT use EROOT when merging files to the live filesystem! It inevitably mak...Fabian Groffen2010-09-171-3/+10
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+0
* Bug #336142 - Use EbuildBuildDir for threaded locking of PORTAGE_BUILDDIRZac Medico2010-09-131-31/+8
* Make dblink.lockdb() use AsynchronousLock.Zac Medico2010-09-131-29/+7
* Bug #336142 - When looking of packages that own files for file collisionsZac Medico2010-09-131-9/+24
* Bug #336142 - Add support for using a thread to wait for locks insideZac Medico2010-09-131-2/+32
* Mark some messages for localization.Arfrever Frehtes Taifersar Arahesis2010-09-081-4/+4
* Make dblink._merge() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+4
* Make atomic directory creation code in dblink.mergeme() use equivalentZac Medico2010-09-011-4/+16
* In dblink.mergeme(), handle EISDIR which can be raised from mkdir callsZac Medico2010-08-311-2/+4
* Fix portage to create directories atomically in fast build.David James2010-08-311-9/+20
* Update portage to create directories atomically.David James2010-08-311-4/+4
* Use self.dbapi.getpath() to simplify code in vartree.get_provide().Zac Medico2010-08-311-1/+1
* Bug #335439 - Fix "AttributeError: 'vartree' object has no attributeZac Medico2010-08-311-1/+1
* When portage updates itself and the new version either inheritsZac Medico2010-08-311-1/+3