summaryrefslogtreecommitdiffstats
path: root/bin/fixpackages
Commit message (Collapse)AuthorAgeFilesLines
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
|
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-8/+5
| | | | | This is especially necessary when running in prefix mode, since sys.path may contain the path for a different version of portage.
* fixpackages: don't use PORTAGE_CALLERZac Medico2011-10-151-4/+5
|
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Make _global_updates() silently return if ROOT != "/" and make fixpackagesZac Medico2010-03-031-0/+11
| | | | | | | | bail out with an error message in this case which suggests to instead use emaint --fix movebin and/or moveinst. This prevents useless/ugly global updates messages that flood the terminal when ROOT != "/". svn path=/main/trunk/; revision=15728
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-1/+2
| | | | svn path=/main/trunk/; revision=15475
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14291
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-0/+1
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* 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