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

Spike out a change to allow overriding the source package requirement. #122

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 7, 2021

  1. Spike out a change to allow overriding the source package requirement.

    Considering the possibility of using this repository for gurumdds
    updates as well but since that's a proprietary package redistributed by
    agreement it does not have source packages available and thus we would
    need to be able to override our own check.
    
    This is a minimal change which adds a new implicitly boolean field but
    I'd like to get feedback on further refactoring to allow overrides to be
    package specific (although I have no immediate use case for it).
    
    Examples:
    
    Override all source requirements:
    
    ```
    override_sources_required: true
    ```
    
    Override requirements for specific packages
    
    ```
    override_sources_required:
      - gurumdds-2.6
      - gurumdds-2.7
    ```
    nuclearsandwich committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e65f8c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f58466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0db2b1 View commit details
    Browse the repository at this point in the history