summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix digestcheck logic for bug #129839.Zac Medico2006-04-132-27/+30
* exit if user hits the cancel button in dialog mode; bug 108137Simon Stelling2006-04-131-2/+2
* don't declare input as integer, or etc-update will crash whenever the user en...Simon Stelling2006-04-131-1/+1
* ignore backup files when scanning for ._cfg????_*; bug 121401Simon Stelling2006-04-131-1/+1
* don't display the ._cfg???? files anymore but instead the number of updates f...Simon Stelling2006-04-131-10/+2
* fixes by solar for ROOT output when unmerging #129649 and make --quiet output...Mike Frysinger2006-04-131-6/+8
* Fix manifest/digest generation logic for bug #129737.Zac Medico2006-04-132-32/+35
* Use LazyItemsDict to avoid a vdb scan during portage import when autouse is e...Zac Medico2006-04-121-1/+19
* Use cannonical paths for portdb.portrees to ensure that, given pkgdir, Fetchl...Zac Medico2006-04-121-3/+4
* Create a generic portage_util.LazyItemsDict and use it for lazy initializatio...Zac Medico2006-04-122-46/+58
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-112-15/+2
* Fix LazyDatabasesDict so that databases only need to be created once.Zac Medico2006-04-111-0/+1
* Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick Mc...Zac Medico2006-04-111-1/+6
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to Patric...Zac Medico2006-04-111-1/+9
* Make qmerge imply noclean for bug #129559.Zac Medico2006-04-111-0/+3
* Implement lazy construction of global databases db[root]["porttree"] and db[r...Zac Medico2006-04-111-4/+27
* Support EBUILD_PHASE during more phases for bug #129244.Zac Medico2006-04-111-0/+2
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-112-2/+4
* Remove dead code from portage.digestcheck().Zac Medico2006-04-111-86/+0
* Remove the "db" parameter from digestcheck() because it's not needed.Zac Medico2006-04-111-3/+1
* Remove the "db" parameter from digestParseFile() because it's not needed.Zac Medico2006-04-111-3/+2
* Remove the "db" parameter from digestgen() because it's not needed.Zac Medico2006-04-111-4/+1
* Fix FetchlistDict.keys() so it does the same porttrees trick as __getitem__.Zac Medico2006-04-111-1/+8
* Fix FetchlistDict so usage of global portdb leaves portdb.porttrees intact.Zac Medico2006-04-111-7/+11
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
* Ensure that binarytree.populate is called even when the first access isJason Stubbs2006-04-101-0/+7
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
* Make repoman ignore deeply nested CVS directories and files they contain in o...Zac Medico2006-04-101-0/+2
* Add docstrings for FetchlistDict.Zac Medico2006-04-101-1/+9
* Simplify the porttrees logic for FetchlistDict.Zac Medico2006-04-101-5/+2
* Remove unnecessary calls to dict.keys() from portage_manifest.Zac Medico2006-04-101-7/+7
* Remove db and mysettings from Manifest and replace them with a mapping object...Zac Medico2006-04-103-11/+31
* Pass DISTDIR into the Manifest constructor instead of getting it from mysetti...Zac Medico2006-04-103-32/+31
* Remove dependency on the core portage module from portage_manifest.Zac Medico2006-04-092-13/+35
* simpler dosym to make mr bones happyMike Frysinger2006-04-091-3/+4
* Remove dead code from portage.digestParseFile().Zac Medico2006-04-091-30/+0
* Encapsulate type guessing logic in a new Manifest method.Zac Medico2006-04-092-9/+14
* For compatibility, return a tuple of 3 when an OSError is raised in portage_c...Zac Medico2006-04-091-1/+1
* Move mf.create out of a loop because it should only need to be called once.Zac Medico2006-04-091-1/+1
* Supply missing parameters to a checkFileHashes call.Zac Medico2006-04-091-1/+1
* Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by m...v2.1_pre8Zac Medico2006-04-082-167/+1
* Remove pym/portage_contents.py because it's not used. Thanks to Brian Harring...Zac Medico2006-04-081-161/+0
* Remove pym/dcdialog.py because it's not used. Thanks to antarus for noticing.Zac Medico2006-04-081-412/+0
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-082-0/+7
* Fix some minor issues with the anydbm cache module. Thanks to Halcyon for rep...Zac Medico2006-04-081-3/+3
* Remove redundant "please tell me what to do" code, which is now handled earlier.Zac Medico2006-04-081-5/+0
* Fix myaction logic so that --resume works (with --pretend) for non-root users.Zac Medico2006-04-081-3/+4
* Protect string indexes during input stripping in dep_getkey and dep_getcpv.Jason Stubbs2006-04-081-11/+7
* Fix myaction logic (myaction==None is actually valid, regression from r3090).Zac Medico2006-04-071-2/+2
* remove reference to a script that doesnt existMike Frysinger2006-04-071-2/+0