ktg-plugin-marketplace/docs/marketplace-polyrepo-migration/migration
Kjell Tore Guttormsen f35e4ec46d fix(migration): multiplex operator-window SSH pushes through one master connection
Forgejo rate-limits rapid port-22 handshakes. The bare per-target
`git push --all` + `git push --tags` opened ~22 SSH connections in rapid
succession; the server refused around the 6th (voyage's tag push) with
"port 22: Connection refused" (TCP-level, not auth), deterministically, on
every run. Export GIT_SSH_COMMAND with ControlMaster/ControlPath/ControlPersist
so all git-over-SSH reuses ONE persistent master connection (one TCP handshake
for the whole rollout).

Verified: 8 rapid multiplexed connections all succeed where the 6th bare
connection is refused; the full 11-target rollout then completed clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 09:23:36 +02:00
..
templates fix(migration): config-audit SC2 gate (re-seed + back-compat exclusion) + generic validator 2026-06-17 13:23:38 +02:00
00-preflight.sh fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
00-preflight.test.mjs fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
10-extract.sh fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
10-extract.test.mjs chore(migration): rename-aware filter-repo extraction driver 2026-06-17 12:38:39 +02:00
20-rehome-config.sh chore(migration): per-repo gitignore/gitleaks/mailmap re-rooting 2026-06-17 12:42:06 +02:00
20-rehome-config.test.mjs chore(migration): per-repo gitignore/gitleaks/mailmap re-rooting 2026-06-17 12:42:06 +02:00
30-fix-references.mjs fix(migration): re-review MAJOR (30-fix-references) — drop stale repository.directory + test the package.json branch 2026-06-17 19:22:21 +02:00
30-fix-references.test.mjs fix(migration): re-review MAJOR (30-fix-references) — drop stale repository.directory + test the package.json branch 2026-06-17 19:22:21 +02:00
40-validate-standalone.sh fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
40-validate-standalone.test.mjs chore(migration): standalone SC2/SC7 validation harness 2026-06-17 12:53:06 +02:00
41-validate-or-regression.sh fix(migration): operator-window SC2 must be regression-relative, not strict 2026-06-18 06:25:55 +02:00
41-validate-or-regression.test.mjs fix(migration): operator-window SC2 must be regression-relative, not strict 2026-06-18 06:25:55 +02:00
50-config-audit-sc2.sh fix(migration): config-audit SC2 gate (re-seed + back-compat exclusion) + generic validator 2026-06-17 13:23:38 +02:00
50-config-audit-sc2.test.mjs fix(migration): config-audit SC2 gate (re-seed + back-compat exclusion) + generic validator 2026-06-17 13:23:38 +02:00
60-rewrite-marketplace.mjs fix(migration): BLOCKER 94b83ad — nested external source-object per official CC schema 2026-06-17 16:02:35 +02:00
60-rewrite-marketplace.test.mjs fix(migration): BLOCKER 94b83ad — nested external source-object per official CC schema 2026-06-17 16:02:35 +02:00
70-thin-catalog.sh chore(migration): catalog-thinning script (staged for window) 2026-06-17 13:38:42 +02:00
70-thin-catalog.test.mjs chore(migration): catalog-thinning script (staged for window) 2026-06-17 13:38:42 +02:00
99-dryrun.sh fix(migration): operator-window SC2 must be regression-relative, not strict 2026-06-18 06:25:55 +02:00
99-dryrun.test.mjs fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
capture-fails.sh fix(migration): operator-window SC2 must be regression-relative, not strict 2026-06-18 06:25:55 +02:00
capture-fails.test.mjs fix(migration): operator-window SC2 must be regression-relative, not strict 2026-06-18 06:25:55 +02:00
plugin-map.json fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
run-operator-window.sh fix(migration): multiplex operator-window SSH pushes through one master connection 2026-06-18 09:23:36 +02:00
RUNBOOK.md fix(migration): operator-window SC2 must be regression-relative, not strict 2026-06-18 06:25:55 +02:00
sc-checks.test.mjs fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
sc2-regression.sh fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00
sc6-check.sh fix(migration): remediate 6 MAJOR + 3 MINOR trekreview findings + stale rename test 2026-06-17 16:17:12 +02:00