Alon Bar-Lev has uploaded a new change for review. Change subject: doc: api: misc cleanups ......................................................................
doc: api: misc cleanups Change-Id: Icdc16dd250d4fcb29069b49dded98dac66383bf0 Signed-off-by: Alon Bar-Lev <[email protected]> --- M README.API 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/12/15112/1 diff --git a/README.API b/README.API index 2b0b532..cf2d4ff 100644 --- a/README.API +++ b/README.API @@ -66,12 +66,12 @@ Use this stage to setup environment. Use only setdefault() to set environment. -STAGE_PROGRAMS - Detect local programs. - STAGE_INTERNAL_PACKAGES Install local packages required for setup. No rollback for these packages. + +STAGE_PROGRAMS + Detect local programs. STAGE_LATE_SETUP Late setup actions. @@ -99,7 +99,7 @@ Transaction commit. STAGE_CLOSEUP - Non distructive actions. + Non destructive actions. Executed if no error. STAGE_CLEANUP @@ -118,7 +118,7 @@ BUNDLE ------ -An installer bundle allows transfering of an installer to +An installer bundle allows transferring of an installer to remote machine via ssh and executing it directly with no dependencies other than python. @@ -134,7 +134,7 @@ #!/bin/sh exec "$(dirname "$0")/otopi" "APPEND:BASE/pluginGroups=str:my-group $*" -Bundle can be exeucted using the following command, provided initial script is called +Bundle can be executed using the following command, provided initial script is called setup: bundledir=LOCATION -- To view, visit http://gerrit.ovirt.org/15112 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icdc16dd250d4fcb29069b49dded98dac66383bf0 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
