diff options
author | Valery Sizov <valery@gitlab.com> | 2014-11-24 09:33:39 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2014-11-24 09:33:39 +0000 |
commit | 5f7574cf0506cfe29e68a282d1402b43d4a40118 (patch) | |
tree | db743fdfc2df1cd0bcc5103cb0be60547d2b3537 /CHANGELOG | |
parent | a7ddcab7aabaf9ca01499844100ca8bd2acae3e6 (diff) | |
parent | 458f8c1f80ff20ba3d6e439c65500ed1c1d81ba4 (diff) | |
download | gitlab-ce-5f7574cf0506cfe29e68a282d1402b43d4a40118.tar.gz |
Merge branch 'backup-cron-mode' into 'master'
Backup cron mode
If you have your server configured to receive emails containing the output of
cron jobs it is annoying to get long spammy emails from the backup script. This
change adds a 'cron mode' that makes the backup script silent unless something
goes wrong during the backup.
See merge request !1268
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index f321c9c32a1..417bd3c2b4d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ v 7.6.0 - Fork repository to groups - New rugged version - - + - Add CRON=1 backup setting for quiet backups - - - |