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

forgejo: remove no longer needed preBuild phase (noop) #313227

Merged
merged 1 commit into from
May 21, 2024

Commits on May 20, 2024

  1. forgejo: remove no longer needed preBuild phase (noop)

    This slipped through the 1.21.11-1 -> 7.0.0 bump in
    6c359d6.
    
    Upstream made this a noop with a deprecation warning instead of a
    hard fail in https://codeberg.org/forgejo/forgejo/pulls/2864.
    
    Note: In that PR (it's commit) they link to nixpkgs as downstream
    consumer of it (`build/merge-forgejo-locales.go`).
    
    ~~~
    # Before
    Running phase: buildPhase
    NOT NEEDED: THIS IS A NOOP AS OF Forgejo 7.0 BUT KEPT FOR BACKWARD COMPATIBILITY
    Building subPackage ./.
    
    # After
    Running phase: buildPhase
    Building subPackage ./.
    ~~~
    
    Upstream commit: https://codeberg.org/forgejo/forgejo/commit/6647e4d53f04f8d5585090c7f0cf266713542b4b
    emilylange committed May 20, 2024
    Configuration menu
    Copy the full SHA
    215eb32 View commit details
    Browse the repository at this point in the history