wildfly22
- Path: arch/private/wildfly22
- Wildfly 22.0.1, used for a commercial project compatible with older
Camunda versions — see
arch/private/README. - 2026-08-27: source rehosted to our own
src/mirror (user request, purely a robustness pass, no content change —pkgrel1 → 2, [[feedback_pkgrel_vs_pkgver]]). Originalhttps://download.jboss.org/wildfly/22.0.1.Final/wildfly-22.0.1.Final.tar.gz(202MB) was still fetchable, downloaded fresh and sha256-verified against the existing PKGBUILD entry before uploading viarepo_src_upload.sh— samesrc/mirror pattern as [[jdk6]], [[jdk10]], [[elasticsearch6]]. - Only one real remote source — the rest (
wildfly22-sysusers.conf,wildfly22-tmpfiles.conf,launch.sh,wildfly22.conf,wildfly22.service) are local files already tracked here. arch=('any')— always builds once via x86_64 regardless (matches the user’s explicit “x86_64 only” instruction for this pass without needingREPO_BUILD_ONLY_ARCH). Publisheswildfly22+wildfly22-debug, fanned out to every configured arch’s db viarepo_publish.sh’sarch=anysymlink mechanism.- Built+published cleanly, no issues.
PKGBUILD comment convention (established this session across
jdk6/jdk10/elasticsearch6/wildfly22)
A rehosted source= URL gets exactly one bare comment line right
above it: # original: <the-real-upstream-url>. Nothing else — no
rationale, no aside about why the mirror exists, no “not yet mirrored”
style notes. A PKGBUILD is public (real AUR-style users read it); it
must not carry notes written for me to read later. Anything beyond the
bare original-URL pointer belongs in this file instead. See
[[feedback_pkgbuild_comments_minimal]].