aboutsummaryrefslogtreecommitdiffstats
path: root/mini-dinstall
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <chris@sigxcpu.org>2010-05-30 18:23:32 +0200
committerLibravatarChristoph Goehre <chris@sigxcpu.org>2010-05-30 19:33:04 +0200
commit4b3e3362f5e21b3a635371d2a72fd8177ec11747 (patch)
tree6188e5473d455de223a6a173aaa376e50429cba5 /mini-dinstall
parent92b2b34ccfd908295f8e93aa4728ad8eaa18bda0 (diff)
disable tweeting on default and document tweet options in manpage
Diffstat (limited to 'mini-dinstall')
-rwxr-xr-xmini-dinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/mini-dinstall b/mini-dinstall
index d80074c..5df6b1b 100755
--- a/mini-dinstall
+++ b/mini-dinstall
@@ -54,7 +54,7 @@ logfile_name = 'mini-dinstall.log'
configfile_names = ['/etc/mini-dinstall.conf', '~/.mini-dinstall.conf']
use_dnotify = 0
mail_on_success = 1
-tweet_on_success = 1
+tweet_on_success = 0
default_poll_time = 30
default_max_retry_time = 2 * 24 * 60 * 60
default_mail_log_level = logging.ERROR
@@ -376,7 +376,7 @@ class DistOptionHandler:
self._optionmap['chown_changes_files'] = ['bool', 1]
self._optionmap['keep_old'] = ['bool', None]
self._optionmap['mail_on_success'] = ['bool', 1]
- self._optionmap['tweet_on_success'] = ['bool', 1]
+ self._optionmap['tweet_on_success'] = ['bool', 0]
self._optionmap['archive_style'] = ['str', None]
# Release file stuff
self._optionmap['generate_release'] = ['bool', 0]