42b5d2dd4d06 — Alain Leufroy default tip 3 years ago
edit: add `--force` option

This is usefull if the unit files or mount point have been given away
for some reasons.
be1c72cb3108 — Alain Leufroy 3 years ago
refactorization command declaration

I'm tired of having argparser declarations at the botton of the module
and the command core function above.

It's quite crappy, but, well, it's easier to write. Maybe, later, we'd
like to remove this stuff, but for now it seems ok as we do not need
complex argparse configuration.
252c5ab163a5 — Alain Leufroy 3 years ago
status: add status command

Simply call the `systemctl status` command for both automount and mount units.
718318dc1388 — Alain Leufroy 3 years ago
show: small fixes
a52a839f5255 — Alain Leufroy 3 years ago
show: add command to display useful information about the layer

Having an easy way to retrieve the unit names is useful when trying to manually start them.

To debug the layer, it is useful to display the mount command.
b6b9c4b6a503 — Alain Leufroy 3 years ago
reset: add command

This command is really usefull when we are using containers to tests things.
bd1fcbba59d0 — Alain Leufroy 3 years ago
update README
02e1bd10d88c — Alain Leufroy 3 years ago
normalize code
0bf9886164b4 — Alain Leufroy 3 years ago
README: add a readme file with typical use case.
2af5c44319f6 — Alain Leufroy 3 years ago
edit: fix, propagate changes to descendants
a323fcaec0f5 — Alain Leufroy 3 years ago
interrup/preserve: refactorize and rename options
1c7539e31415 — Alain Leufroy 3 years ago
dump: prevent writting info file on errors
6060534cfe2c — Alain Leufroy 3 years ago
remove dependency to `sh` package as it is nomore used
ee37f25ee939 — Alain Leufroy 3 years ago
edit: stop/restart descendannts automatically with --stop-others.
78c3464d21b0 — Alain Leufroy 3 years ago
editer: user is the boss

In a few situation, OverlayFS is ok with that.
If the user insists, let's do it.
e2a0270f2d92 — Alain Leufroy 3 years ago
edit: prevent broken mount point

Do not allow users to edit layers having active descendants.
200ba2114979 — Alain Leufroy 3 years ago
rewrite code to make it a bit more easy to improve and add tests

Tests for list are still missing. But it's late.
85a05129a9f5 — Alain Leufroy 3 years ago
edit: restart units only if they were started before
5818de7900a4 — Alain Leufroy 3 years ago
coding style
ce9bbc83cd90 — Alain Leufroy 3 years ago
edit: ignore fully empty file
Next