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

RFC: archive: add plugin interface #485

Closed
wants to merge 1 commit into from

Commits on Jul 29, 2022

  1. archive: add plugin interface

    Extend the archive command to clean up a non local archive using a
    custom plugin. Therefore the plugin manifest must contain
    'archiveAccessors'. Each entry should point to a class inheriting from
    'BaseArchiveAccess' providing the appropriate methods to access the
    custom archive.
    
    Fixes BobBuildTool#340.
    rhubert committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    10d9fef View commit details
    Browse the repository at this point in the history