diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-04-17 19:11:28 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-04-17 19:11:28 -0400 |
commit | acaa58d1833510973cf41fa8349fd3be39c596d8 (patch) | |
tree | 2349bb05e74810a475e3b7fba7ce4b0c1b3ef63f /config | |
parent | 0d7d26fb58525411847795e65ce4ce6260349732 (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-- | config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |