RFD 1120 details: path changes, the new deploy convention, and open work
Repo map
Old path (in weftspun-3d-studio) |
New repo |
|---|---|
apps/weftspun_studio/ |
weftspun/weftspun-studio |
apps/character_taxonomy/ |
weftspun/weftspun-character-taxonomy |
apps/usd_viewer_app/ |
weftspun/weftspun-usd-viewer |
thirdparty/3d_studio/ |
weftspun-3d-studio’s own repo root, 3d_studio/ |
thirdparty/android-xr-face-bridge/ |
weftspun-3d-studio’s own repo root, android-xr-face-bridge/ |
git subtree split --prefix=apps/<app> only carries history for commits where that content already lived under apps/<app>/. Each new repo’s history starts at RFD 1076’s move into apps/, not the project’s full history; the fuller history stays in weftspun-3d-studio’s own git log.
The /opt/weftspun/<repo>/ convention
The self-hosted Quadlet deploy (RFD 1058) used to rsync one monorepo checkout to /opt/weftspun/src, and every .build unit’s File= path pointed inside it. With three repos, weftspun-studio’s own scripts/deploy-weftspun-quadlet.sh now:
- Syncs itself to
/opt/weftspun/weftspun-studio(anrsyncof the working copy, as before). - Clones or
git pull --ff-onlysweftspun/weftspun-usd-viewerdirectly from GitHub to/opt/weftspun/weftspun-usd-viewer. - Installs
weftspun.network(fromweftspun-studio’s owndeploy/quadlet/) plus every.build/.container/.volumeunit found under either app’s owndeploy/quadlet/.
Each .build unit’s File= path now reads /opt/weftspun/<repo-name>/..., one directory per repo instead of one path inside a monorepo. character_taxonomy needs no quadlet entry here; it deploys to Fly alone, with no self-hosted or cross-app dependency.
Removed, not moved
scripts/ci.sh: built the JS suite, the Elixir suite, and both container images from one checkout. No longer applies with three separate repos.scripts/studio-test.sh, and its.pre-commit-config.yamlhook: ranweftspun_studio’s ownmix test. Removed fromweftspun-3d-studioalong with the last hook that file had; each split repo needs its own CI, not yet built.scripts/push_gallery_to_vgw.exs: pushed proof assets to versitygw’s S3 API. Already dead before this split, since RFD 1079 removed versitygw.
Open work
Each split repo needs its own CI (JS test and build for weftspun-usd-viewer, mix test for weftspun-studio and weftspun-character-taxonomy), not yet built. The self-hosted Quadlet deploy script is updated but not re-run against a live host since this split; a first run after this change should be treated as a fresh deploy, not an incremental one.