Skip to content

Resolve "Do not send notification emails from development and test instances"

Closes #70 (closed)

I am not sure if the solution implemented in this merge request (see fae60666) is the ideal solution, since the default recipients for the notification emails is still the cactus-l1page-crash-reports@cern.ch e-group, so that it is still possible to spam it if this is not changed. However, since setting up an instance which is not the production instance, requires some configuration changes anyway, I think it is a feasible approach. To facilitate everything (and to reduce the chance of forgetting to change the recipients) I adapted the changeConfig.sh, such that it either disables the notifications completely (default) or requires the user to input a recipient by hand. I am open to other ideas on how to implement this in a nicer fashion.

Other minor fixes in this merge request:

  • af5026a1: Fixes the repository url in the rpm package (which was probably forgotten in !58 (merged))
  • c9edf073: Fixes a small non-critical bug occuring at startup.

Merge request reports