summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf
index fcaa39a..c78cc4b 100755
--- a/conf/default.conf
+++ b/conf/default.conf
@@ -34,6 +34,10 @@ max_parallel_build_per_client=2
repo_key='0xdeadbeef'
package_key='0x15eebadc0de'
+# what can be done via the email interface
+possible_email_actions='stabilize block unblock'
+
+# who can do above actions
if [ -s "${base_dir}/conf/admin-gpg-keys" ]; then
admin_gpg_keys=$(
sed 's|\s*#.*$||' "${base_dir}/conf/admin-gpg-keys"