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

Remove the source archive functionality of ArchiveWriter #98098

Merged
merged 5 commits into from
Jun 21, 2022

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    70e084a View commit details
    Browse the repository at this point in the history
  2. Remove src_files and remove_file

    They only apply to the main source archive and their role can be
    fulfilled through the skip argument of add_archive too.
    bjorn3 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    43929a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    7ff0df5 View commit details
    Browse the repository at this point in the history
  2. Remove the source archive functionality of ArchiveWriter

    We now build archives through strictly additive means rather than taking
    an existing archive and potentially substracting parts.
    bjorn3 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    18c6fe5 View commit details
    Browse the repository at this point in the history
  3. Small refactoring

    bjorn3 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    7643f82 View commit details
    Browse the repository at this point in the history