From 2b9e3f8b554ac8974835d2c1d5a71009ef5bb82d Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 26 Apr 2026 19:01:43 +0200 Subject: [PATCH] post: commit 0e0d397 in bojemoi --- .../commits/2026-04-26-commit-0e0d397.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 content/posts/commits/2026-04-26-commit-0e0d397.md diff --git a/content/posts/commits/2026-04-26-commit-0e0d397.md b/content/posts/commits/2026-04-26-commit-0e0d397.md new file mode 100644 index 0000000..ae25569 --- /dev/null +++ b/content/posts/commits/2026-04-26-commit-0e0d397.md @@ -0,0 +1,49 @@ +--- +title: "[bojemoi] feat(borodino): MODE_DEBUG unifié sur ak47 et bm12" +date: 2026-04-26T19:01:43+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 0e0d397 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `0e0d397` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `0e0d397b4b2882d45cedd6e95827d5f21678053a` | + + +### Description + +ak47 (ash): branche MODE_DEBUG=true → scan direct des IPs de host_debug + (pas de CIDR ip2location), boucle continue avec reboucle après 60s. + +bm12 (python): renomme DEBUG_MODE → MODE_DEBUG (même format bool que uzi), + reboucle en continu (reset index) au lieu de sortir quand liste épuisée. + +stack/40: remplace DEBUG_MODE=0 par MODE_DEBUG=true pour ak47, bm12 et uzi + (mode test contre les VMs orchestrateur); MODE_DEBUG=false dans le template. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_ak47 +M borodino/thearm_bm12 +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + borodino/thearm_ak47 | 26 +++++++++++++++++++++++++- + borodino/thearm_bm12 | 13 ++++++++----- + stack/40-service-borodino.yml | 8 ++++---- + 3 files changed, 37 insertions(+), 10 deletions(-) +```