From 6bf4bf67e323292243630541c0ee5a42c5d95355 Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 17 Apr 2026 13:37:34 +0200 Subject: [PATCH] post: commit eb9a1ee in bojemoi --- .../commits/2026-04-17-commit-eb9a1ee.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 content/posts/commits/2026-04-17-commit-eb9a1ee.md diff --git a/content/posts/commits/2026-04-17-commit-eb9a1ee.md b/content/posts/commits/2026-04-17-commit-eb9a1ee.md new file mode 100644 index 0000000..c723c15 --- /dev/null +++ b/content/posts/commits/2026-04-17-commit-eb9a1ee.md @@ -0,0 +1,48 @@ +--- +title: "[bojemoi] feat(packaging): package-dist.sh + Makefile + install/env fixes" +date: 2026-04-17T13:37:34+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit eb9a1ee par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `eb9a1ee` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `eb9a1ee7a3e8e4ebd4fcc2eaed96bccb017bb639` | + + +### Description + +- scripts/package-dist.sh: génère archive de distribution + (.pyc only, stacks défensifs, Dockerfiles, configs, docs) +- Makefile: targets build/push/deploy/status/validate/clean/nodes +- install.sh: Faraday → DefectDojo, add dojo stack +- .env.example: Faraday → DefectDojo section + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M .env.example +A Makefile +M install.sh +A scripts/package-dist.sh +``` + +### Diff Summary + +``` + .env.example | 18 +-- + Makefile | 108 +++++++++++++++++ + install.sh | 19 +-- + scripts/package-dist.sh | 305 ++++++++++++++++++++++++++++++++++++++++++++++++ + 4 files changed, 432 insertions(+), 18 deletions(-) +```