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

pants: Add st2_shell_sources_and_resources() macro to pants-plugins/macros.py #5890

Merged
merged 6 commits into from
Feb 14, 2023

Commits on Feb 9, 2023

  1. stub pants-plugins/macros.py

    Pants macros are used to define functions that can be used in BUILD
    files to inject additional functions that can add multiple targets
    to the BUILD file at once. These functions look like "targets"
    without building a whole plugin for them.
    cognifloyd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9899217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ebf2d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bd9286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1df9176 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34d54d8 View commit details
    Browse the repository at this point in the history
  6. update changelog entry

    cognifloyd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    96a3c8a View commit details
    Browse the repository at this point in the history