summaryrefslogtreecommitdiffstats
path: root/pym/portage/dispatch_conf.py
Commit message (Collapse)AuthorAgeFilesLines
* dispatch-conf: use shlex to parse diff commandZac Medico2012-05-021-3/+7
|
* dispatch_conf: don't pass bytes for Popen cmdZac Medico2012-04-011-1/+1
| | | | This will fix bug #410417.
* dispatch_conf: emulate getstatusoutput with PopenZac Medico2012-03-311-12/+12
| | | | This will fix bug #410315.
* dispatch_conf: fix broken diffstatusoutput_lenv2.2.0_alpha92Zac Medico2012-03-181-1/+1
|
* dispatch-conf: do regex matching ourselvesMike Frysinger2012-03-101-4/+4
| | | | | | | This avoids having to pipe through multiple greps, as well as running diff multiple times on the same set of files. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-2/+2
|
* dispatch-conf: substitute ${EPREFIX} archive-dirZac Medico2011-12-081-0/+5
| | | | This allows prefix installs to avoid hardcoding archive-dir.
* dispatch-conf: experimental prefix supportZac Medico2011-12-071-2/+3
|
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-5/+1
|
* dispatch-conf: restrict default archive-dir permsv2.2.0_alpha18Zac Medico2011-01-191-1/+4
| | | | | Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603.
* dispatch-conf: suppress 'No such file' errors.Zac Medico2010-10-211-10/+13
| | | | This will fix bug #341463.
* Eliminate portage.env from baseline imports.Zac Medico2010-09-051-1/+2
|
* Ensure SystemExit is never caught.Zac Medico2010-08-261-2/+2
|
* Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reportedZac Medico2010-07-241-3/+18
| | | | with python3.1.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Use dict.(keys|values|items)() instead of ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
| | | | | | | | dict.(iterkeys|itervalues|iteritems)() for compatibility with Python 3. (2to3-3.1 -f dict -nw ${FILES}) svn path=/main/trunk/; revision=14327
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14295
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+6
| | | | svn path=/main/trunk/; revision=14294
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-11/+11
| | | | | | (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-4/+4
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is tooZac Medico2009-08-291-5/+9
| | | | | | strict about variable names now. svn path=/main/trunk/; revision=14169
* Use st_* attributes instead of the stat module.Zac Medico2009-08-181-5/+4
| | | | svn path=/main/trunk/; revision=14082
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-11/+12
| | | | svn path=/main/trunk/; revision=14067
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
| | | | | | Replace dict.has_key() calls with "in" and "not in" operators.. svn path=/main/trunk/; revision=10870
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-4/+4
| | | | svn path=/main/trunk/; revision=7803
* Revert r6967 since shutil.move() is broken internally.Zac Medico2007-06-231-7/+7
| | | | svn path=/main/trunk/; revision=6970
* For bug #182964, replace os.rename() with shutil.move() in order to handle ↵Zac Medico2007-06-231-7/+7
| | | | | | EXDEV errors that are triggered by layered filesystems. svn path=/main/trunk/; revision=6967
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+161
svn path=/main/trunk/; revision=5778