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

"block rm": move core functionally into blockstore_util package #3225

Merged
merged 4 commits into from
Sep 20, 2016

Commits on Sep 15, 2016

  1. Pinner: Provide Pinned.String() method and use it in "block rm"

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    0a459f6 View commit details
    Browse the repository at this point in the history
  2. "block rm": move core functionally into blockstore_util package

    Note: this code can not go in the "blockstore" package due to a
    circular dependency with the "pin" package.
    
    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    5901e57 View commit details
    Browse the repository at this point in the history
  3. "block rm": just return "error" in ProcRmOutput

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    6b2b976 View commit details
    Browse the repository at this point in the history
  4. "block rm": Document RemovedBlock. Interface tweaks.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    d043082 View commit details
    Browse the repository at this point in the history