diff --git a/tandas/needs-review-weekend/soft-serve.toml b/recipes/incoming-go/soft-serve.toml similarity index 80% rename from tandas/needs-review-weekend/soft-serve.toml rename to recipes/incoming-go/soft-serve.toml index c4801fbb..b1d59e27 100644 --- a/tandas/needs-review-weekend/soft-serve.toml +++ b/recipes/incoming-go/soft-serve.toml @@ -1,4 +1,3 @@ -# REVIEW 2026-06-29T13:09:40Z: binario instalado='soft' ≠ esperado='soft-serve' (detect_go_main eligió otro main); fijar flags=["./cmd/soft-serve"] # Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: # - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá # compiler/link/phases y adaptá hasta que compile. diff --git a/scripts/farm/harvest-go.sh b/scripts/farm/harvest-go.sh index e214d11e..23832789 100755 --- a/scripts/farm/harvest-go.sh +++ b/scripts/farm/harvest-go.sh @@ -84,7 +84,7 @@ for f in "$QUEUE"/*.toml; do fluxcd) want=flux ;; chart-testing) want=ct ;; sealed-secrets|kubeseal) want=kubeseal ;; prometheus-node-exporter|node_exporter) want=node_exporter ;; prometheus-blackbox-exporter|blackbox_exporter) want=blackbox_exporter ;; - argo-rollouts) want=kubectl-argo-rollouts ;; step-cli) want=step ;; + argo-rollouts) want=kubectl-argo-rollouts ;; step-cli) want=step ;; soft-serve) want=soft ;; *) want="$n" ;; esac