summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 19:11:28 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 19:11:28 -0400
commitacaa58d1833510973cf41fa8349fd3be39c596d8 (patch)
tree2349bb05e74810a475e3b7fba7ce4b0c1b3ef63f /config
parent0d7d26fb58525411847795e65ce4ce6260349732 (diff)
Backport changes from the lukeshu/xbs branch.
Notable, remove the files.db stuff that became extraneous with pacman 5.
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
index 041c9eb..43bef5e 100644
--- a/config
+++ b/config
@@ -34,3 +34,7 @@ DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
PKGEXT=".pkg.tar.?z"
SRCEXT=".src.tar.gz"
+
+# Where to send error emails, and who they are from
+LIST="maintenance@lists.parabola.nu"
+FROM="repo@parabola.nu"