Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder: add support for archiving special files on Unix #246

Merged
merged 4 commits into from Jul 22, 2021

Commits on Jul 22, 2021

  1. builder: add support for archiving special files on Unix

    Added support for archiving character, block and fifo files on Unix,
    this is useful when you want to take a whole system backup or
    re-archiving an extracted system image
    liushuyu committed Jul 22, 2021
    Copy the full SHA
    4ffb55f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2cb2588 View commit details
    Browse the repository at this point in the history
  3. builder: address comments ...

    * attempt to reduce `stat` calls
    liushuyu committed Jul 22, 2021
    Copy the full SHA
    994033c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a511442 View commit details
    Browse the repository at this point in the history