summaryrefslogtreecommitdiffstats
path: root/pym/portage_exception.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-03 03:59:26 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-03 03:59:26 +0000
commit09a00db962e429d0247ab6209ec312dde5b00866 (patch)
treebf19e589cee023393d1cde88eb3e265b2953bee6 /pym/portage_exception.py
parent1de0260346ad4c9862b5699d9e82a2d1c74eef2d (diff)
downloadportage-09a00db962e429d0247ab6209ec312dde5b00866.tar.gz
portage-09a00db962e429d0247ab6209ec312dde5b00866.tar.bz2
portage-09a00db962e429d0247ab6209ec312dde5b00866.zip
Move DISTDIR initialization from doebuild to fetch and handle read-only file system errors for bug #128506.
svn path=/main/trunk/; revision=3058
Diffstat (limited to 'pym/portage_exception.py')
-rw-r--r--pym/portage_exception.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage_exception.py b/pym/portage_exception.py
index 0d0206df1..c00965d6e 100644
--- a/pym/portage_exception.py
+++ b/pym/portage_exception.py
@@ -49,6 +49,9 @@ class DirectoryNotFound(InvalidLocation):
class OperationNotPermitted(PortageException):
"""An operation was not permitted operating system"""
+class ReadOnlyFileSystem(PortageException):
+ """Read-only file system"""
+
class CommandNotFound(PortageException):
"""A required binary was not available or executable"""