Files
claudetools/.claude/memory/feedback_gururmm_builds.md
Mike Swanson f8ed03c75a sync: auto-sync from GURU-5070 at 2026-06-02 07:25:49
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-02 07:25:49
2026-06-02 07:25:55 -07:00

798 B

name, description, metadata
name description metadata
feedback-gururmm-builds GuruRMM builds must go through the Gitea webhook pipeline, never run manually via SSH
node_type type originSessionId
memory feedback 541d4004-8c45-4290-89f5-0ba9ee4e64a9

Never run build-agents.sh directly via SSH. All builds go through the normal Gitea webhook pipeline (push to main triggers the build automatically).

Why: Manual runs execute as the SSH user (guru) instead of root, breaking log writes, artifact cleanup, and service restarts. The pipeline exists precisely to handle this correctly.

How to apply: To trigger a build, push a commit to the gururmm main branch on Gitea. If a test build is needed without a real change, use an empty commit: git commit --allow-empty -m "chore: trigger build".