Two guides covering what wasn't written down:
- USER.md: install (the install.sh one-liner), placing the three roots on separate
disks/external drives, channels, updating, backups (REQUIRE_MOUNT), uninstall.
- DEVELOPMENT.md: the install-mode/roots/users model + key files; running a dev copy
(local/git); cutting stable/edge releases (bump VERSION -> make_release.sh ->
dist/<channel>/{tarball,.sha256,latest.json} -> publish); testing a release
locally via LP_RELEASE_BASE_URL + python3 -m http.server (incl. checksum-refusal);
how release updates work; conventions.
README Quick start updated to the release flow + a docs pointer. docs/ is
export-ignored so it doesn't bloat release tarballs.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
12 lines
445 B
Plaintext
12 lines
445 B
Plaintext
# Paths excluded from release tarballs. `git archive` (used by
|
|
# scripts/release/make_release.sh) honours `export-ignore`, so these dev-only
|
|
# trees never ship in libreportal-<ver>.tar.gz.
|
|
scripts/unused export-ignore
|
|
scripts/release export-ignore
|
|
site export-ignore
|
|
docs export-ignore
|
|
.claude export-ignore
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|
|
CONTRIBUTING.md export-ignore
|