Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-06-04 16:00:40 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-06-07 18:17:00 +0300
commitf2af73f6d9f220c3b3d211edfae4e69966f31beb (patch)
tree13cb5b8cc03e7ee46c36156ec26ef64e780261d2
parentd4888ac0292dfc801da586e0873e923925396382 (diff)
Improve default for EMAIL when testing
-rw-r--r--calm/common_constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/common_constants.py b/calm/common_constants.py
index b85c32c..1887681 100644
--- a/calm/common_constants.py
+++ b/calm/common_constants.py
@@ -74,7 +74,7 @@ DEFAULT_KEEP_DAYS = 0
# different values to be used when we are not running on sourceware.org, but my
# test system...
if os.uname()[1] == 'tambora':
- EMAILS = 'jon.turney@dronecode.org.uk'
+ EMAILS = 'debug'
ALWAYS_BCC = ''
# package compressions