summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
index bd05ac8..79b795c 100644
--- a/config
+++ b/config
@@ -42,6 +42,10 @@ SRCEXT=".src.tar.gz"
LIST="dev@lists.parabola.nu"
FROM="dbscripts+${_name}@$(hostname -f)"
+# Where to send error emails, and who they are from
+LIST="maintenance@lists.parabola.nu"
+FROM="repo@parabola.nu"
+
# Override default config with config.local
[ -f "$(dirname "${BASH_SOURCE[0]}")/config.local" ] && . "$(dirname "${BASH_SOURCE[0]}")/config.local"
[ -f "$(dirname "${BASH_SOURCE[0]}")/config.local.${_name}" ] && . "$(dirname "${BASH_SOURCE[0]}")/config.local.${_name}"