mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-08-24 19:24:14 +02:00
Why: The minimal Debian 13 container lacks git and Python before the main prerequisite step, and publication verification needs a log directory. Impact: Pull-request builds can record the source revision, and future publication verification can preserve failure evidence reliably. Before/After: Before, hosted CI stopped at the source revision step. After, the container bootstraps required tools and prepares the verification log path. Technical Overview: Install git and Python immediately after checkout and create the flake-evidence log directory before piping installation output through tee. With the help of AI-Agents: Codex