diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-04-04 11:58:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-04 11:58:13 +0000 |
commit | 79d39678c2e30930694b58781549951143a65307 (patch) | |
tree | 08dd885c756db3baf2fefeb5e872affea24c448e /docs/submodules | |
parent | 1f27c55a9f1716279b3f2524e1f6d5433d9e885c (diff) |
Update git submodules
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 0dddfce1980acf89088f7812bc6cafe7b77f83d7
- Merge "Rewrite the run_chroot.sh script"
- Rewrite the run_chroot.sh script
This change heavily changes run_chroot.sh script.
Major change is that most of the real script logic is now run in a namespace,
so that all mounts are done in namespace.
Also, all the cleanup code and some checks are removed, also the
shell wrapper is removed.
This change is for simplifying the run_chroot.sh. It will function the same as before
from the user's point of view, except that now the script does not have to explicitly
unmount filesystems that it mounted before, so
no cleanup code isneeded. Also,
all processes run from inside a chroot should be killed immediately
when the chroot command finishes.
Change-Id: I45a3dc7c6583cb9693746cc04f42b7af325724dd
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Issue-ID: OOM-1744
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/oom/offline-installer.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git -Subproject d425e37b6bf8c69511d4f726660ce2d4e6d5e77 +Subproject 0dddfce1980acf89088f7812bc6cafe7b77f83d |