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

hackathon: group coding session #83

Merged
merged 6 commits into from
May 28, 2024

Commits on May 14, 2024

  1. directive: allow tags

    This changes (some) directives to allow trailing `.tag`'s to work around
    the issue of duplicate keys not being available.
    
    Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
    supakeen committed May 14, 2024
    Configuration menu
    Copy the full SHA
    da8c149 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. examples: start on centos 9

    These were defined as a group effort during a live programming session
    on a video call. They're 'how we want things to work', not how things
    currently work.
    
    Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
    supakeen committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f60f090 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. directive: use _ instead of -

    For consistency with Ansible it's preferable to use underscores instead
    of dashes for directive names.
    
    Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
    supakeen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cbfab9b View commit details
    Browse the repository at this point in the history
  2. example: expand on CentOS 9

    After more discussion yesterday this shows an example of how
    customizations can be used and splits up the pipeline.
    
    Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
    supakeen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c54dc0 View commit details
    Browse the repository at this point in the history
  3. directive: drop the customization directive

    With the future include of conditionals we have decided that
    modifications will not be special cased in directives but instead will
    be based on convention in the defines.
    
    Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
    supakeen committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1dc481f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. format: change dashes to underscores

    Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
    supakeen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0b5a3ce View commit details
    Browse the repository at this point in the history