[damned-lies] Check 'send-to-mailing-list' by default when committing file
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Check 'send-to-mailing-list' by default when committing file
- Date: Mon, 24 Mar 2014 19:55:40 +0000 (UTC)
commit 7d74f494c273c3915e6e05f2ae67fef341202303
Author: Claude Paroz <claude 2xlibre net>
Date: Mon Mar 24 20:55:02 2014 +0100
Check 'send-to-mailing-list' by default when committing file
Fixes bug #725839
vertimus/models.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vertimus/models.py b/vertimus/models.py
index c0069a3..857a1a6 100644
--- a/vertimus/models.py
+++ b/vertimus/models.py
@@ -630,6 +630,7 @@ class ActionCI(Action):
name = 'CI'
target_state = StateCommitted
file_is_prohibited = True
+ send_mail_to_ml = True
class Meta:
proxy = True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]