Exclude generated captcha executable from Hex package #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-7678-rebuild-captcha"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
priv/captchafrom future Hex package contents.makeable to build from unpacked packages by creatingpriv/as an order-only prerequisite.pleroma_captchato1.0.2for a clean follow-up release.Related
pleroma_captcha 1.0.1; after this package is released, Pleroma can simplify to~> 1.0.2without the workaround.Verification
mix testpassed: 2 tests, 0 failures.mix hex.build --output /tmp/pleroma_captcha-1.0.2-verify.tarproduced a package excludingpriv/captcha.priv/captcha,make -C <unpacked>rebuilt it, and executing it produced 17651 bytes.priv/in unpacked packages was addressed by the Makefile change.lambadalambda referenced this pull request from pleroma/pleroma2026-05-13 17:31:18 +00:00
WIP: Exclude generated captcha executable from Hex packageto Exclude generated captcha executable from Hex package