The mirror created the seven issues that had never reached the board (management#33-39) and wrote each new iid back into its file. Without the writeback the next run would create duplicates instead of recognising its own work. Group check after the run: the issue drift class is empty - 27 findings down to 20, 7 hints to 0, and not a single GitLab issue without a canonical file. What remains is unrelated to the board: seventeen commit-hygiene findings parked in #0053 and three component declarations. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
||
type: issue
|
||
id: "0042"
|
||
status: open
|
||
created: 2026-08-11
|
||
milestone: M2
|
||
priority: high
|
||
related:
|
||
- "docs/design/done/2026-08-11-neckbeard-migration.md"
|
||
gitlab_iid: "36"
|
||
---
|
||
|
||
# Migration in Betrieb nehmen: Push, erster Spiegel-Lauf, CI-Schedule
|
||
|
||
> Die Schritte, die nur sorb ausführt (Nicht-Ziele der Migration:
|
||
> kein Push, kein API-Write durch die Session).
|
||
|
||
1. ~~Branch `Neckbeard-v0.1.1-migration-1` sichten und nach `main`
|
||
bringen; Push über git.lab (Mirror zieht nach).~~ ✅ Erledigt
|
||
2026-08-11 (Fast-Forward-Merge + Push, von sorb beauftragt).
|
||
2. Ersten Spiegel-Lauf ausführen: `python3 scripts/spiegel_issues.py
|
||
--ausfuehren` (legt 0033–0042 auf GitLab an); danach die vergebenen
|
||
iids als `gitlab_iid` nachtragen — ab dann meldet
|
||
`gruppenpruefung.py` die Hinweise nicht mehr.
|
||
3. CI-Schedule für den Job `gruppenpruefung` anlegen (wie
|
||
Stillstandsprüfung; Gruppen-Token mit `read_api` liegt als maskierte
|
||
Variable bereits vor, siehe management#31).
|
||
4. gitops#61 einen Meilenstein geben (M1 oder M5 an der
|
||
ADR-0010-Trennlinie) — der rote Befund der Gruppenprüfung ist die
|
||
Erinnerung.
|