summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some more hasq fixesSimon Stelling2006-04-151-10/+6
| | | | svn path=/main/trunk/; revision=3154
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
| | | | svn path=/main/trunk/; revision=3153
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3152
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3151
* Split out a reusable Manifest._readManifest() method.Zac Medico2006-04-151-15/+26
| | | | svn path=/main/trunk/; revision=3150
* Add singleton support to LazyItemsDict to make it easier to use with ↵Zac Medico2006-04-152-28/+25
| | | | | | arbitrary function calls. svn path=/main/trunk/; revision=3149
* Catch fetch_check FileNotFound exceptions for bug #129962.Zac Medico2006-04-141-1/+6
| | | | svn path=/main/trunk/; revision=3148
* Run chflags only when needed for bug #129852. Thanks to Diego Pettenò for ↵Zac Medico2006-04-141-5/+8
| | | | | | the patch. svn path=/main/trunk/; revision=3147
* Preserve the mysettings["SLOT"] for bug #129720.Zac Medico2006-04-141-2/+2
| | | | svn path=/main/trunk/; revision=3146
* Fix a typo from the last revision.Zac Medico2006-04-141-1/+1
| | | | svn path=/main/trunk/; revision=3145
* Fix collision-protect logic so the correct cpv is used for slot comparison.Zac Medico2006-04-141-1/+1
| | | | svn path=/main/trunk/; revision=3144
* Add an initial_items parameter to the LazyItemsDict constructor in order to ↵Zac Medico2006-04-142-9/+7
| | | | | | facilitate integration with existing dict based code. svn path=/main/trunk/; revision=3143
* Fix digestcheck logic for bug #129839.Zac Medico2006-04-132-27/+30
| | | | svn path=/main/trunk/; revision=3142
* exit if user hits the cancel button in dialog mode; bug 108137Simon Stelling2006-04-131-2/+2
| | | | svn path=/main/trunk/; revision=3141
* don't declare input as integer, or etc-update will crash whenever the user ↵Simon Stelling2006-04-131-1/+1
| | | | | | enters some non-integer value; bug 55082 svn path=/main/trunk/; revision=3140
* ignore backup files when scanning for ._cfg????_*; bug 121401Simon Stelling2006-04-131-1/+1
| | | | svn path=/main/trunk/; revision=3139
* don't display the ._cfg???? files anymore but instead the number of updates ↵Simon Stelling2006-04-131-10/+2
| | | | | | for each file; bug 69845 svn path=/main/trunk/; revision=3138
* fixes by solar for ROOT output when unmerging #129649 and make --quiet ↵Mike Frysinger2006-04-131-6/+8
| | | | | | output a bit more useful svn path=/main/trunk/; revision=3137
* Fix manifest/digest generation logic for bug #129737.Zac Medico2006-04-132-32/+35
| | | | svn path=/main/trunk/; revision=3136
* Use LazyItemsDict to avoid a vdb scan during portage import when autouse is ↵Zac Medico2006-04-121-1/+19
| | | | | | enabled. svn path=/main/trunk/; revision=3135
* Use cannonical paths for portdb.portrees to ensure that, given pkgdir, ↵Zac Medico2006-04-121-3/+4
| | | | | | FetchlistDict can determine the correct path for the portage tree. svn path=/main/trunk/; revision=3134
* Create a generic portage_util.LazyItemsDict and use it for lazy ↵Zac Medico2006-04-122-46/+58
| | | | | | initialization portage.db[root] items. svn path=/main/trunk/; revision=3133
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-112-15/+2
| | | | svn path=/main/trunk/; revision=3132
* Fix LazyDatabasesDict so that databases only need to be created once.Zac Medico2006-04-111-0/+1
| | | | svn path=/main/trunk/; revision=3131
* Make etc-update play nice with symlinks for bug #129515. Thanks to Patrick ↵Zac Medico2006-04-111-1/+6
| | | | | | McLean for the initial patch. svn path=/main/trunk/; revision=3130
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to ↵Zac Medico2006-04-111-1/+9
| | | | | | Patrick McLean for the initial patch. svn path=/main/trunk/; revision=3129
* Make qmerge imply noclean for bug #129559.Zac Medico2006-04-111-0/+3
| | | | svn path=/main/trunk/; revision=3128
* Implement lazy construction of global databases db[root]["porttree"] and ↵Zac Medico2006-04-111-4/+27
| | | | | | | | db[root]["bintree"] and automatically populate db[root]["bintree"] on access. svn path=/main/trunk/; revision=3127
* Support EBUILD_PHASE during more phases for bug #129244.Zac Medico2006-04-111-0/+2
| | | | svn path=/main/trunk/; revision=3126
* Support EBUILD_PHASE during package and rpm phases for bug #129244.Zac Medico2006-04-112-2/+4
| | | | svn path=/main/trunk/; revision=3125
* Remove dead code from portage.digestcheck().Zac Medico2006-04-111-86/+0
| | | | svn path=/main/trunk/; revision=3124
* Remove the "db" parameter from digestcheck() because it's not needed.Zac Medico2006-04-111-3/+1
| | | | svn path=/main/trunk/; revision=3123
* Remove the "db" parameter from digestParseFile() because it's not needed.Zac Medico2006-04-111-3/+2
| | | | svn path=/main/trunk/; revision=3122
* Remove the "db" parameter from digestgen() because it's not needed.Zac Medico2006-04-111-4/+1
| | | | svn path=/main/trunk/; revision=3121
* Fix FetchlistDict.keys() so it does the same porttrees trick as __getitem__.Zac Medico2006-04-111-1/+8
| | | | svn path=/main/trunk/; revision=3120
* Fix FetchlistDict so usage of global portdb leaves portdb.porttrees intact.Zac Medico2006-04-111-7/+11
| | | | svn path=/main/trunk/; revision=3119
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
| | | | svn path=/main/trunk/; revision=3118
* Ensure that binarytree.populate is called even when the first access isJason Stubbs2006-04-101-0/+7
| | | | | | via binarytree.dbapi.{aux_get,match}. svn path=/main/trunk/; revision=3117
* Use os.path.join for cleaner joins.Zac Medico2006-04-101-6/+6
| | | | svn path=/main/trunk/; revision=3116
* Make repoman ignore deeply nested CVS directories and files they contain in ↵Zac Medico2006-04-101-0/+2
| | | | | | order to prevent false file.name errors (files with CVS directories may contain commas). svn path=/main/trunk/; revision=3115
* Add docstrings for FetchlistDict.Zac Medico2006-04-101-1/+9
| | | | svn path=/main/trunk/; revision=3114
* Simplify the porttrees logic for FetchlistDict.Zac Medico2006-04-101-5/+2
| | | | svn path=/main/trunk/; revision=3113
* Remove unnecessary calls to dict.keys() from portage_manifest.Zac Medico2006-04-101-7/+7
| | | | svn path=/main/trunk/; revision=3112
* Remove db and mysettings from Manifest and replace them with a mapping ↵Zac Medico2006-04-103-11/+31
| | | | | | object that provides access to fetch lists for each cpv. svn path=/main/trunk/; revision=3111
* Pass DISTDIR into the Manifest constructor instead of getting it from ↵Zac Medico2006-04-103-32/+31
| | | | | | mysettings because mysettings will be eliminated soon. svn path=/main/trunk/; revision=3110
* Remove dependency on the core portage module from portage_manifest.Zac Medico2006-04-092-13/+35
| | | | svn path=/main/trunk/; revision=3109
* simpler dosym to make mr bones happyMike Frysinger2006-04-091-3/+4
| | | | svn path=/main/trunk/; revision=3108
* Remove dead code from portage.digestParseFile().Zac Medico2006-04-091-30/+0
| | | | svn path=/main/trunk/; revision=3107
* Encapsulate type guessing logic in a new Manifest method.Zac Medico2006-04-092-9/+14
| | | | svn path=/main/trunk/; revision=3106
* For compatibility, return a tuple of 3 when an OSError is raised in ↵Zac Medico2006-04-091-1/+1
| | | | | | portage_checksum.verify_all() svn path=/main/trunk/; revision=3105