summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-24 14:43:37 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-24 14:43:37 +0000
commit39ee57ea5760c13d9e892c6a057ee7913f818d34 (patch)
tree9b5ffb3e52325e0ec56cc0d37c7e865cc57a6c98 /pym/portage/__init__.py
parent3b91a546c90f20a6099f211f198584003a34ae7b (diff)
downloadportage-39ee57ea5760c13d9e892c6a057ee7913f818d34.tar.gz
portage-39ee57ea5760c13d9e892c6a057ee7913f818d34.tar.bz2
portage-39ee57ea5760c13d9e892c6a057ee7913f818d34.zip
Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge uses
to adjust ionice priority, similar to PORTAGE_NICENESS but used more like FETCHCOMMAND since so that portage doesn't have to know anything about ionice options. The command should include a \${PID} place-holder to be substituted with an integer pid. svn path=/main/trunk/; revision=11182
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 66e3377ac..e4fe13eed 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -996,7 +996,8 @@ class config(object):
"PORTAGE_ELOG_MAILURI", "PORTAGE_ELOG_SYSTEM",
"PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS", "PORTAGE_FETCH_RESUME_MIN_SIZE",
"PORTAGE_GPG_DIR",
- "PORTAGE_GPG_KEY", "PORTAGE_PACKAGE_EMPTY_ABORT",
+ "PORTAGE_GPG_KEY", "PORTAGE_IONICE_COMMAND",
+ "PORTAGE_PACKAGE_EMPTY_ABORT",
"PORTAGE_RO_DISTDIRS",
"PORTAGE_RSYNC_EXTRA_OPTS", "PORTAGE_RSYNC_OPTS",
"PORTAGE_RSYNC_RETRIES", "PORTAGE_USE", "PORT_LOGDIR",