Phase 108 — preview publication without upload
At a glance
| Field | Value |
|---|---|
| Phase family | Phase 1 — first stones |
| Run command | make phase 108 |
| Underlying make target/script | vm/phase1/publish-dry-run.sh |
| Runs on | host |
| Main proof/artifact | Prints the future publication mapping without uploading or touching the network. |
Phase 108 is still host-only and still safe. It does not upload anything, does not contact the network, and does not change DNS.
It verifies the Phase 107 plan, then prints:
- local artifact root
- future public root
- every file that would be published
- the future public URL for every file
- critical URLs to check after a real upload
- the
rsync/curlcommands that a future real publish phase might run, but refuses to run them - the future user-facing
moss repo addcommand
You can optionally preview a concrete upload destination without using it:
ONIX_REPO_UPLOAD_TARGET='user@host:/srv/repo.onix-os.com' make phase 108
It will print the target, but still not upload.