ops: Forgejo tip=master unify + silverbucket rename note
This commit is contained in:
parent
56f814a6de
commit
5196ac5db8
2 changed files with 33 additions and 2 deletions
31
2026/2026-09-09--forgejo-tip-master-only.md
Normal file
31
2026/2026-09-09--forgejo-tip-master-only.md
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
# Forgejo HT tip = `master` only (2026-09-09)
|
||||||
|
|
||||||
|
## Rule
|
||||||
|
|
||||||
|
On `git.hacktivism.ch` every hernani tip is **`master` only** — no dual `main`+`master`, no tip named `main`.
|
||||||
|
|
||||||
|
- Instance: `[repository] DEFAULT_BRANCH = master` in Forgejo `app.ini` (live after container restart).
|
||||||
|
- Sync/clone/push defaults: `origin/master`.
|
||||||
|
- Docs: `llm-configs` → `git-skills.md`, `ESYNC-RULE.md`, `REPOS-INDEX.md`, `forgejo-llm-config.md`.
|
||||||
|
|
||||||
|
## Unify (done)
|
||||||
|
|
||||||
|
Authenticated inventory: 32 hernani repos. Mutated 15 NEED → verify **OK 32 / BAD 0**.
|
||||||
|
|
||||||
|
Notable:
|
||||||
|
|
||||||
|
| Case | Repos |
|
||||||
|
|------|--------|
|
||||||
|
| MAIN_ONLY → master + drop main | `_grok_sync`, admin-logs, `elelmon` (kept `main-legacy`), `silverbucket` (ex-`freenotes` space), `grok-work-log`, `llm-work-output-enc`, `openkknd-ng`, `taler-monitoring`, `taler-wallets-enc`, `vecirex-www`, … |
|
||||||
|
| EMPTY | `vecigate-admin-log` (PATCH default only) |
|
||||||
|
| DUAL_DIFF (stale master dropped; tip from former main) | `git`, `llm-configs` |
|
||||||
|
|
||||||
|
Feature branches left in place where present (`koopa-admin-log`, `taler-monitoring`, …).
|
||||||
|
|
||||||
|
## Rename (same day)
|
||||||
|
|
||||||
|
Forgejo space repo **`hernani/freenotes` → `hernani/silverbucket`** (tip `master`). Local clone: `~/git/freenotes-space` → origin `silverbucket`. **Not** the FreeNotes tool/apps tree (`~/git/freenotes`).
|
||||||
|
|
||||||
|
## Local clones
|
||||||
|
|
||||||
|
Retarget checkout/tracking to `origin/master` on magikoopa trees that had `origin`.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Local-only copy — /home/hernani/koopa-admin-log
|
# Local-only copy — /home/hernani/koopa-admin-log
|
||||||
#
|
#
|
||||||
# main → Forgejo origin (ok to push)
|
# master → Forgejo origin (ok to push)
|
||||||
# local/* → NEVER push to origin; sync only via home/bundle between kisten
|
# local/* → NEVER push to origin; sync only via home/bundle between kisten
|
||||||
#
|
#
|
||||||
# Branches:
|
# Branches:
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# cd /home/hernani/koopa-admin-log && git fetch /tmp/koopa-local.bundle "+refs/heads/local/*:refs/heads/local/*"
|
# cd /home/hernani/koopa-admin-log && git fetch /tmp/koopa-local.bundle "+refs/heads/local/*:refs/heads/local/*"
|
||||||
#
|
#
|
||||||
# Pull main:
|
# Pull main:
|
||||||
# git fetch origin && git checkout main && git merge --ff-only origin/main
|
# git fetch origin && git checkout master && git merge --ff-only origin/master
|
||||||
|
|
||||||
|
|
||||||
## 2026-07-17 clone merge
|
## 2026-07-17 clone merge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue