summaryrefslogtreecommitdiff
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
parentTake sound advice and move all the use expand files into desc/ (diff)
downloadportage-multirepo-09a00db962e429d0247ab6209ec312dde5b00866.tar.gz
portage-multirepo-09a00db962e429d0247ab6209ec312dde5b00866.tar.bz2
portage-multirepo-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 0d0206df..c00965d6 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"""