You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't actually branch Masterfiles for every minor release, only for LTS
releases. So, targeting the .x path would not work for example in 3.25 since
there is only a 3.25.0 tag and there is no 3.25.x branch.
This switches to use the search to find the same files in the repository. It's
less specific, but more resilient to breakage I think.
The agent report email functionality is configured in `body executor control` ([find in GitHub](https://github.com/search?q=repo%3Acfengine%2Fmasterfiles+mail+path%3A**%2Fcf_execd.cf&type=code)).
11
+
It defaults to `root@$(def.domain)` which is configured in `bundle common def` ([find in GitHub](https://github.com/search?q=repo%3Acfengine%2Fmasterfiles+%22mailto%22+path%3A**%2Fdef.cf&type=code)).
0 commit comments