summaryrefslogtreecommitdiffstats
path: root/bin/fixpackages
Commit message (Collapse)AuthorAgeFilesLines
* Make automatic "global updates" always use the config instance that's ↵Zac Medico2007-05-311-1/+1
| | | | | | associated with /, since the rest of the code is targeted at /. svn path=/main/trunk/; revision=6687
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5945
* Fix automatic sys.path insertions so that they're relative instead of ↵Zac Medico2007-02-101-1/+2
| | | | | | absolute hard coded. svn path=/main/trunk/; revision=5942
* s/settings/mysettings/ typoZac Medico2006-11-171-1/+1
| | | | svn path=/main/trunk/; revision=5075
* Make fixpackages use PORTAGE_NICENESS.Zac Medico2006-11-171-0/+8
| | | | svn path=/main/trunk/; revision=5073
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-3/+5
| | | | | | modules, then fall back to an explicit sys.path insertion if an ImportError occurs. svn path=/main/trunk/; revision=4884
* streamline portage pythonpath handling and add an override analog to how the ↵Marius Mauch2006-10-261-1/+1
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Fix portage.global_updates() and portage.do_vartree() so they don't have to ↵Zac Medico2006-04-281-1/+6
| | | | | | use any globals. svn path=/main/trunk/; revision=3253
* Move portage.global_updates() invocation out of portage.py and into ↵Zac Medico2006-04-231-0/+1
| | | | | | emerge/fixpackages where it belongs. svn path=/main/trunk/; revision=3201
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* 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/+14
svn path=/main/branches/2.0/; revision=1941