src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnurld/build
AgeCommit message (Collapse)AuthorFilesLines
8 dayslnurld/build: create build_work_dir and redirect Go cachesLuke Hoersten1-0/+14
Create the work dir and set GOPATH/GOCACHE/GOMODCACHE on the build task, so the role is self-contained rather than relying on the playbook's environment.
8 dayslnurld/build: force a real tarball for the single-file artifactLuke Hoersten1-0/+3
community.general.archive (>=10) compresses a lone file into a bare .gz instead of a tarball, which the server can't unarchive. Set force_archive: true.
8 dayslnurld/build: stage checkout under build_work_dir instead of /tmpLuke Hoersten1-1/+1
2026-04-25Standardize lnurld build to versioned .tar.gz artifactLuke Hoersten2-9/+11
- Use git short hash as version (0bf1955) - Add lnurld_version to server role defaults - Switch server install to unarchive - Add lnurld_srv_dir variable
2024-01-16Version updates.Luke Hoersten1-1/+9
2023-09-15Moved lnurld from my general ansible roles repo to the btc specific repo.Luke Hoersten2-0/+42