summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution prev...Marius Mauch2007-02-171-1/+1
* Namespace sanitizing, step 1Marius Mauch2007-01-251-224/+1
* Prevent an InvalidData exception during global updates due to the new stricte...Zac Medico2007-01-121-1/+7
* Fix global updates error handling to prevent a traceback with python-2.5 as r...Zac Medico2006-12-161-3/+2
* Only do a slotmove on a slot dep atom if the slotmove atom has no operator (o...Zac Medico2006-10-101-2/+2
* Fix dep_transform breakage (regression from r4596).Zac Medico2006-10-081-1/+3
* In update_dbentries(), use != rather than "is not" to make sure that updates ...Zac Medico2006-10-061-1/+1
* Fix package moves/slotmoves to work with slot deps.Zac Medico2006-10-051-4/+15
* Just use a simple replace for the needlessly complex dep_transform function. ...Zac Medico2006-10-051-20/+1
* For compatibility with float timestamps in python-2.5, convert st_mtime attri...Zac Medico2006-09-221-1/+1
* Fix a broken call to new_protect_filename for bug #147010. This is a regress...Zac Medico2006-09-101-1/+1
* Ignore hidden directories and files when updating config files.Zac Medico2006-07-211-0/+5
* Move dep_transform from the portage_dep module to portage_update.Zac Medico2006-07-211-1/+23
* Move update_config_files from the core portage module to portage_update.Zac Medico2006-07-211-4/+81
* Move parse_updates from the core portage module to portage_update.Zac Medico2006-07-211-0/+36
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-081-0/+3
* Catch ENOENT errors when $PORTDIR/profiles/updates does not exist.Zac Medico2006-03-071-2/+9
* Split out a portage_update.grab_updates() function so that it can be reused.Zac Medico2006-02-281-0/+29
* Split out 2 reusable functions from fixdbentries and put them in a new portag...Zac Medico2006-02-191-0/+46