summaryrefslogtreecommitdiffstats
path: root/pym/portage_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in writeints()v2.1_pre2Jason Stubbs2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2450
* bug 114133, write a tmp file then rename it for write* funcs.Brian Harring2005-12-241-17/+24
| | | | | | This removes the possibility of out of space errors to occur, and blocks unexpected flat out bails (segfault fex) from hosing important files. svn path=/main/trunk/; revision=2447
* Generalize portage_util.dump_traceback() and make use of it if importingJason Stubbs2005-12-231-7/+15
| | | | | | a cache module fails. svn path=/main/trunk/; revision=2439
* add an option to grab* so that if they're given a directory they'll ↵Marius Mauch2005-11-301-25/+26
| | | | | | recursively find all files in it and treat them like one big file. Also make use of this option for most of the config files. svn path=/main/trunk/; revision=2324
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-301-2/+8
| | | | | | | | dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+459
svn path=/main/branches/2.0/; revision=1941