summaryrefslogtreecommitdiffstats
path: root/os-plugins/OpenSLX/OSPlugin/Base.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-08-08 22:54:03 +0200
committerVolker Uhrig2008-08-08 22:54:03 +0200
commitf568fde9b53fcfc2a4a470d2e2ba7a6004ad7f81 (patch)
tree19392421114bd86ed55863d28bfb54971bb1b1e8 /os-plugins/OpenSLX/OSPlugin/Base.pm
parentMoved the uc-mini-root.tbz into unpacked subdir. This is a little bit generous (diff)
downloadcore-f568fde9b53fcfc2a4a470d2e2ba7a6004ad7f81.tar.gz
core-f568fde9b53fcfc2a4a470d2e2ba7a6004ad7f81.tar.xz
core-f568fde9b53fcfc2a4a470d2e2ba7a6004ad7f81.zip
* better error handling
* fix of ticket #255 * error handling if no kind is installed is currently broken * documentation of exit statement in preInstallationPhase() added git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1992 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/OpenSLX/OSPlugin/Base.pm')
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Base.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Base.pm b/os-plugins/OpenSLX/OSPlugin/Base.pm
index a118e79b..940f022d 100644
--- a/os-plugins/OpenSLX/OSPlugin/Base.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Base.pm
@@ -358,6 +358,8 @@ The given parameters are similar to the ones for installationPhase(), except
that all paths are now relative to the root-fs instead of being relative to the
chroot (i.e. the paths are ready to be used from outside the chroot):
+A "exit 1;" will result in a not installed plugin.
+
=over
=item C<plugin-repo-path>