-
- Downloads
mtree: Parse the ignore, nochange and optional flags
The nochange flag is fully implemented here: it suppresses changing the
modification time or permissions.
The optional flag is mostly implemented here: it suppresses the error
that would ordinarily occur if a file with content does not already
exist.
The ignore flag is not yet implemented, only parsed, because it only
really applies when verifying whether a filesystem tree matches a
specification.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
c1cba1a3
No related branches found
No related tags found
Showing
- pressure-vessel/mtree.c 180 additions, 84 deletionspressure-vessel/mtree.c
- pressure-vessel/mtree.h 18 additions, 0 deletionspressure-vessel/mtree.h
- tests/pressure-vessel/mtree-apply.py 9 additions, 1 deletiontests/pressure-vessel/mtree-apply.py
- tests/pressure-vessel/utils.c 16 additions, 9 deletionstests/pressure-vessel/utils.c
Loading
Please register or sign in to comment