Skip to content
Snippets Groups Projects
  1. Jun 08, 2021
    • Simon McVittie's avatar
      mtree: Parse the ignore, nochange and optional flags · 16e20ba0
      Simon McVittie authored
      
      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: default avatarSimon McVittie <smcv@collabora.com>
      16e20ba0
  2. Apr 30, 2021
    • Simon McVittie's avatar
      pressure-vessel: Add code to parse and apply a mtree(5) manifest · 1bdf777d
      Simon McVittie authored
      
      This can be used to create directories, symlinks and zero-byte files,
      create files as a clone (hard-link or copy) of files in a reference
      directory, assert that files exist, set executable/non-executable
      permissions, and set files' modification times.
      
      When cloning files from a reference directory, the default is to use
      the same filename as the destination, but that can be overridden
      (for example to deal with inconvenient/non-Windows-friendly filenames).
      This is also actually slightly faster than pv_cheap_tree_copy(),
      presumably because the manifest is contiguous on-disk and the
      directories are not necessarily.
      
      Setting directories' modification times is implemented, but probably
      won't work in practice, because any files we create in the directory
      will alter its mtime.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      1bdf777d
Loading