From b615adeaaed47390d7bb10620681da8097e6ee48 Mon Sep 17 00:00:00 2001 From: sergio Date: Sun, 5 Jul 2026 05:55:34 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G:=20cosecha-go=20finde=20(auto)=20?= =?UTF-8?q?=E2=80=94=20promovidos:=20bom=20crossplane-cli=20fabric-ai=20kn?= =?UTF-8?q?=20kubectl-neat=20oh-my-posh=20prometheus-blackbox-exporter=20p?= =?UTF-8?q?rometheus-node-exporter=20timoni=20|=20review:=20kluctl(bin=3Dc?= =?UTF-8?q?md)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/{incoming-go => }/bom.toml | 0 recipes/{incoming-go => }/crossplane-cli.toml | 0 recipes/{incoming-go => }/fabric-ai.toml | 0 recipes/incoming-go/werf.toml | 20 ------------------- recipes/{incoming-go => }/kn.toml | 0 recipes/{incoming-go => }/kubectl-neat.toml | 0 recipes/{incoming-go => }/oh-my-posh.toml | 0 .../prometheus-blackbox-exporter.toml | 0 .../prometheus-node-exporter.toml | 0 recipes/{incoming-go => }/timoni.toml | 0 .../needs-review-weekend}/kluctl.toml | 1 + 11 files changed, 1 insertion(+), 20 deletions(-) rename recipes/{incoming-go => }/bom.toml (100%) rename recipes/{incoming-go => }/crossplane-cli.toml (100%) rename recipes/{incoming-go => }/fabric-ai.toml (100%) delete mode 100644 recipes/incoming-go/werf.toml rename recipes/{incoming-go => }/kn.toml (100%) rename recipes/{incoming-go => }/kubectl-neat.toml (100%) rename recipes/{incoming-go => }/oh-my-posh.toml (100%) rename recipes/{incoming-go => }/prometheus-blackbox-exporter.toml (100%) rename recipes/{incoming-go => }/prometheus-node-exporter.toml (100%) rename recipes/{incoming-go => }/timoni.toml (100%) rename {recipes/incoming-go => tandas/needs-review-weekend}/kluctl.toml (81%) diff --git a/recipes/incoming-go/bom.toml b/recipes/bom.toml similarity index 100% rename from recipes/incoming-go/bom.toml rename to recipes/bom.toml diff --git a/recipes/incoming-go/crossplane-cli.toml b/recipes/crossplane-cli.toml similarity index 100% rename from recipes/incoming-go/crossplane-cli.toml rename to recipes/crossplane-cli.toml diff --git a/recipes/incoming-go/fabric-ai.toml b/recipes/fabric-ai.toml similarity index 100% rename from recipes/incoming-go/fabric-ai.toml rename to recipes/fabric-ai.toml diff --git a/recipes/incoming-go/werf.toml b/recipes/incoming-go/werf.toml deleted file mode 100644 index 99149a86..00000000 --- a/recipes/incoming-go/werf.toml +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren. -name = "werf" -version = "2.72.1" - -[source] -repo = "https://github.com/werf/werf" -commit = "v2.72.1" - -[build] -compiler = "zig-cc" -target = "x86_64-linux-musl" -link = "static" -flags = [] - -# buildInputs de nix (no usados con CGO off): go, btrfs-progs, glibc -[deps] -build = ["go"] diff --git a/recipes/incoming-go/kn.toml b/recipes/kn.toml similarity index 100% rename from recipes/incoming-go/kn.toml rename to recipes/kn.toml diff --git a/recipes/incoming-go/kubectl-neat.toml b/recipes/kubectl-neat.toml similarity index 100% rename from recipes/incoming-go/kubectl-neat.toml rename to recipes/kubectl-neat.toml diff --git a/recipes/incoming-go/oh-my-posh.toml b/recipes/oh-my-posh.toml similarity index 100% rename from recipes/incoming-go/oh-my-posh.toml rename to recipes/oh-my-posh.toml diff --git a/recipes/incoming-go/prometheus-blackbox-exporter.toml b/recipes/prometheus-blackbox-exporter.toml similarity index 100% rename from recipes/incoming-go/prometheus-blackbox-exporter.toml rename to recipes/prometheus-blackbox-exporter.toml diff --git a/recipes/incoming-go/prometheus-node-exporter.toml b/recipes/prometheus-node-exporter.toml similarity index 100% rename from recipes/incoming-go/prometheus-node-exporter.toml rename to recipes/prometheus-node-exporter.toml diff --git a/recipes/incoming-go/timoni.toml b/recipes/timoni.toml similarity index 100% rename from recipes/incoming-go/timoni.toml rename to recipes/timoni.toml diff --git a/recipes/incoming-go/kluctl.toml b/tandas/needs-review-weekend/kluctl.toml similarity index 81% rename from recipes/incoming-go/kluctl.toml rename to tandas/needs-review-weekend/kluctl.toml index 7346baa8..ac130895 100644 --- a/recipes/incoming-go/kluctl.toml +++ b/tandas/needs-review-weekend/kluctl.toml @@ -1,3 +1,4 @@ +# REVIEW 2026-07-05T09:55:34Z: binario instalado='cmd' ≠ esperado='kluctl' (detect_go_main eligió otro main); fijar flags=["./cmd/kluctl"] # 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.