diff --git a/Dockerfile.builder b/Dockerfile.builder index c2cb9e1..7ad29c6 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -1,4 +1,4 @@ -# KPN++ Builder Image +# KPN++ Builder Image (CI: pipeline trigger) # Pre-built image with GCC, CMake, Ninja, and Python dev headers for building and testing KPN++ # Build: docker build -f Dockerfile.builder -t gitea.tourolle.paris/dtourolle/kpnpp-builder:latest . # Push: docker push gitea.tourolle.paris/dtourolle/kpnpp-builder:latest diff --git a/src/network.cpp b/src/network.cpp index 063d15b..3c42da3 100644 --- a/src/network.cpp +++ b/src/network.cpp @@ -1,4 +1,4 @@ -// network.cpp — orchestrator/watchdog implementation details. +// network.cpp — orchestrator/watchdog implementation details. (CI: pipeline trigger) // Most of the Network class is header-only (template-heavy). // Non-template implementation lives here once the watchdog grows // beyond the stub in network.hpp.