docs: rename branch references to feature/python-rewrite-and-linux-migration
Update active docs (PhaseA/B checklists, README) after rename of feature/python-rewrite-phase-a -> feature/python-rewrite-and-linux-migration. Historical A1-A5 closeouts left untouched as they document state at the time of writing.
This commit is contained in:
@@ -150,7 +150,7 @@ Variante **Windows Server 2022**: `*WinBuild2022.ps1` + VMX `F:\CI\Templates\Win
|
|||||||
|
|
||||||
A new Python 3.11+ rewrite of the orchestrator lives under `src/ci_orchestrator/`.
|
A new Python 3.11+ rewrite of the orchestrator lives under `src/ci_orchestrator/`.
|
||||||
Phase A (see [implementation-plan-A-B](plans/implementation-plan-A-B.md)) is on
|
Phase A (see [implementation-plan-A-B](plans/implementation-plan-A-B.md)) is on
|
||||||
branch `feature/python-rewrite-phase-a`. As of A5 the Python CLI is the
|
branch `feature/python-rewrite-and-linux-migration`. As of A5 the Python CLI is the
|
||||||
production entry point invoked by `gitea/actions/local-ci-build/action.yml`;
|
production entry point invoked by `gitea/actions/local-ci-build/action.yml`;
|
||||||
the PowerShell scripts in `scripts/` are 3-line shims that forward to the
|
the PowerShell scripts in `scripts/` are 3-line shims that forward to the
|
||||||
Python sub-commands listed below.
|
Python sub-commands listed below.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Fase A — Checklist finale per l'utente
|
# Fase A — Checklist finale per l'utente
|
||||||
|
|
||||||
La Fase A è **code-complete e pushata** sul branch `feature/python-rewrite-phase-a`.
|
La Fase A è **code-complete e pushata** sul branch `feature/python-rewrite-and-linux-migration`.
|
||||||
Restano solo le validazioni che richiedono accesso fisico all'host CI con VMware
|
Restano solo le validazioni che richiedono accesso fisico all'host CI con VMware
|
||||||
Workstation, snapshot template attivi e act_runner registrato.
|
Workstation, snapshot template attivi e act_runner registrato.
|
||||||
|
|
||||||
@@ -18,12 +18,12 @@ Il codice nuovo va installato nel venv che act_runner usa
|
|||||||
|
|
||||||
- [ ] Aprire PowerShell **come amministratore** sull'host CI.
|
- [ ] Aprire PowerShell **come amministratore** sull'host CI.
|
||||||
- [ ] Posizionarsi nella copia git aggiornata del repo (pull del branch
|
- [ ] Posizionarsi nella copia git aggiornata del repo (pull del branch
|
||||||
`feature/python-rewrite-phase-a`):
|
`feature/python-rewrite-and-linux-migration`):
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
cd <path-locale-repo>
|
cd <path-locale-repo>
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout feature/python-rewrite-phase-a
|
git checkout feature/python-rewrite-and-linux-migration
|
||||||
git pull
|
git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -186,7 +186,7 @@ Valida A3+A4 insieme: clone → wait → build → collect → cleanup.
|
|||||||
Validazione di A4 lato runner reale.
|
Validazione di A4 lato runner reale.
|
||||||
|
|
||||||
- [ ] Aprire la UI Gitea, repo `local-ci-cd-system`, branch
|
- [ ] Aprire la UI Gitea, repo `local-ci-cd-system`, branch
|
||||||
`feature/python-rewrite-phase-a`.
|
`feature/python-rewrite-and-linux-migration`.
|
||||||
- [ ] Triggerare manualmente i 3 workflow (Actions → Run workflow):
|
- [ ] Triggerare manualmente i 3 workflow (Actions → Run workflow):
|
||||||
- [ ] `lint.yml` → atteso PASS
|
- [ ] `lint.yml` → atteso PASS
|
||||||
- [ ] `self-test.yml` → atteso PASS
|
- [ ] `self-test.yml` → atteso PASS
|
||||||
@@ -244,7 +244,7 @@ Confronto Python vs PowerShell. Pendenza A4.
|
|||||||
|
|
||||||
Solo dopo che i passi 3–7 sono tutti `[x]` PASS.
|
Solo dopo che i passi 3–7 sono tutti `[x]` PASS.
|
||||||
|
|
||||||
- [ ] Aprire PR su Gitea: `feature/python-rewrite-phase-a` → `main`.
|
- [ ] Aprire PR su Gitea: `feature/python-rewrite-and-linux-migration` → `main`.
|
||||||
- [ ] Verificare diff atteso: ~20 file Python nuovi sotto
|
- [ ] Verificare diff atteso: ~20 file Python nuovi sotto
|
||||||
`src/ci_orchestrator/`, ~10 shim PS in `scripts/`, doc in
|
`src/ci_orchestrator/`, ~10 shim PS in `scripts/`, doc in
|
||||||
`plans/A*-closeout.md`, AGENTS.md/ARCHITECTURE.md/README.md
|
`plans/A*-closeout.md`, AGENTS.md/ARCHITECTURE.md/README.md
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ nuovo host **Linux Mint LTS** con VMware Workstation Pro Linux.
|
|||||||
|
|
||||||
> **Stato repo**: solo lo step **B5** (unit `systemd` per i task
|
> **Stato repo**: solo lo step **B5** (unit `systemd` per i task
|
||||||
> periodici) è già committato in `deploy/systemd/` sul branch
|
> periodici) è già committato in `deploy/systemd/` sul branch
|
||||||
> `feature/python-rewrite-phase-a` (commit `50d37b5`).
|
> `feature/python-rewrite-and-linux-migration` (commit `50d37b5`).
|
||||||
> Tutti gli altri step (B1–B4, B6–B8) sono **operazioni hardware**
|
> Tutti gli altri step (B1–B4, B6–B8) sono **operazioni hardware**
|
||||||
> sull'host Linux nuovo e devono essere eseguiti dall'utente.
|
> sull'host Linux nuovo e devono essere eseguiti dall'utente.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user