wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

AUR Auto Update Action Failed #357

Closed cjappl closed 4 months ago

cjappl commented 4 months ago

https://github.com/wfxr/forgit/actions/runs/8104493574

Not sure what happened, filing it here so we can look into it

sandr01d commented 4 months ago

Thanks for letting me know. The issue here was that completions/git-forgit.zsh has been removed from this repo, but I hadn't removed the corresponding line from the installation script in the AUR to not break the package. The action we use to publish the AUR package runs a test build, which failed because of the missing file. Now with the removal of completions/git-forgit.zsh in the release, I've updated the AUR package accordingly and released the latest version there. Should be all fine now.

cjappl commented 4 months ago

Nice, good work.

This broke brew as well, so we should keep that in mind next time we have a PR remove a file or change filenames.

Easy enough to fix, but good thing to keep on our radar.