summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eat whitespaceMike Frysinger2006-04-161-4/+0
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
* Make find arguments portable for bug #129935 and remove temp file usage for b...Zac Medico2006-04-161-12/+2
* Override LazyItemsDict.update() so that it works correctly with other instanc...Zac Medico2006-04-151-2/+10
* touchup syntax and dont execute the loop as many timesMike Frysinger2006-04-151-5/+5
* use strip_duplicate_slashes instead of "for 1 2 3 do var=${var/\/\///}"Simon Stelling2006-04-151-5/+1
* remove all unneeded slashes, not only // or ///Simon Stelling2006-04-151-2/+4
* `` must dieSimon Stelling2006-04-1510-60/+60
* some more hasq fixesSimon Stelling2006-04-151-10/+6
* use has instead of bloated bash constructsSimon Stelling2006-04-151-3/+1
* fix typo from rev 3151Simon Stelling2006-04-151-1/+1
* only move $T/environment if it exists; bug 64926Simon Stelling2006-04-151-1/+1
* Split out a reusable Manifest._readManifest() method.Zac Medico2006-04-151-15/+26
* Add singleton support to LazyItemsDict to make it easier to use with arbitrar...Zac Medico2006-04-152-28/+25
* Catch fetch_check FileNotFound exceptions for bug #129962.Zac Medico2006-04-141-1/+6
* Run chflags only when needed for bug #129852. Thanks to Diego Pettenò for t...Zac Medico2006-04-141-5/+8
* Preserve the mysettings["SLOT"] for bug #129720.Zac Medico2006-04-141-2/+2
* Fix a typo from the last revision.Zac Medico2006-04-141-1/+1
* Fix collision-protect logic so the correct cpv is used for slot comparison.Zac Medico2006-04-141-1/+1
* Add an initial_items parameter to the LazyItemsDict constructor in order to f...Zac Medico2006-04-142-9/+7
* 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