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

CI: Adapt Homebrew Cask generation #1637

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Commits on Nov 18, 2024

  1. CI: Adapt Homebrew Cask generation

    [why]
    The Cask-fonts repo has been incorporated into the main Cask repo.
    On releases we would use an obsolete repository to create the Cask into.
    
    The casks are now in a dedicated subdirectory (Casks/font) and under that
    we have one subdirectory for each font name starting character (to have a
    smaller number of files per directory I assume).
    
    [how]
    Change the repository path.
    
    Put part of the new (longer) path, the fixed part, just in the CI process,
    while the generator script takes care about the one-directory-per-startchar
    substructure.
    
    Fixes: #1635
    
    Signed-off-by: Fini Jastrow <[email protected]>
    Finii committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f420373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c05f77 View commit details
    Browse the repository at this point in the history