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

BUG: quoting of environment variables for CI, and automatically run release.yml #68

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. API: place underscores (U+005f) between numerals in tag

    that is created by the CI workflow defined in
    the configuration file `.github/workflows/release.yml`.
    
    Also, place `UTC` between date and time substrings.
    
    Tags created after the above changes have the form:
    
    `YEAR_MM_DD_UTC_HH_MM`
    
    For example:
    
    `2022_06_20_UTC_01_00`
    
    Signed-off-by: Ioannis Filippidis <[email protected]>
    johnyf committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    79a8ca8 View commit details
    Browse the repository at this point in the history
  2. STY: write branch names as list, in YAML

    Signed-off-by: Ioannis Filippidis <[email protected]>
    johnyf committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6ce5a3b View commit details
    Browse the repository at this point in the history
  3. CI: test using release.yml when that file changes

    Signed-off-by: Ioannis Filippidis <[email protected]>
    johnyf committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7277232 View commit details
    Browse the repository at this point in the history
  4. CI: add cron task to release.yml

    to run semiyearly.
    
    Signed-off-by: Ioannis Filippidis <[email protected]>
    johnyf committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    eb4e5e6 View commit details
    Browse the repository at this point in the history
  5. CI: cat logs (*.err and *.out) of test files

    upon failure of any tests.
    
    Signed-off-by: Ioannis Filippidis <[email protected]>
    johnyf committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c26e347 View commit details
    Browse the repository at this point in the history