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(-) +```