From df3b1f249edc9c9462de5ad5cfb69dc186572a9d Mon Sep 17 00:00:00 2001 From: Michael Winters Date: Thu, 2 Apr 2026 10:13:42 -0500 Subject: [PATCH] Add set -e to cron jobs to help `chronic` Signed-off-by: Michael Winters --- scripts/public-db-copy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/public-db-copy b/scripts/public-db-copy index 3e523a25ce..6cf9dbbe14 100755 --- a/scripts/public-db-copy +++ b/scripts/public-db-copy @@ -5,6 +5,10 @@ # Only the most recent dump is published # +# We need to set -e so that `chronic` will make the right decision about alerting +# us to any failures. +set -e + # This changes really often ;) bkup_domain=rdu3.fedoraproject.org