docs: canonical trees live under ~/src/koopa/
This commit is contained in:
parent
76bc95f9a9
commit
f48f071deb
1 changed files with 10 additions and 6 deletions
|
|
@ -32,14 +32,18 @@ Under `taler/src/koopa-admin-log-backups/`:
|
|||
- `home-clone-all.bundle` — full home clone refs
|
||||
- `home-clone-tree-*` — moved entire old directory
|
||||
|
||||
## After merge
|
||||
## After merge (canonical layout)
|
||||
|
||||
| Path | Now |
|
||||
|------|-----|
|
||||
| `~/koopa-admin-log` | **symlink** → `~/taler/src/koopa-admin-log` |
|
||||
| `~/koopa-admin-secrets` | **symlink** → `~/taler/src/koopa-admin-secrets` |
|
||||
**No** `~/koopa-admin-log` or `~/koopa-admin-secrets` on `$HOME` root.
|
||||
|
||||
One tree only for day-to-day work and push.
|
||||
| Path | Role |
|
||||
|------|------|
|
||||
| **`~/src/koopa/koopa-admin-log`** | **Canonical** admin-log (newest / `origin/main`) |
|
||||
| **`~/src/koopa/koopa-admin-secrets`** | **Canonical** secrets (sibling of admin-log) |
|
||||
| `~/taler/src/koopa-admin-log` | optional symlink → `~/src/koopa/…` (workspace convenience only) |
|
||||
| `~/taler/src/koopa-admin-secrets` | optional symlink → `~/src/koopa/…` |
|
||||
|
||||
Work and push from **`~/src/koopa/koopa-admin-log`**.
|
||||
|
||||
## Still not implemented (explicit gaps)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue