From ce77be2fb546f5bd67cc438c7dece3b10b8da056 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 03 Mar 2026 00:09:03 +0000
Subject: [PATCH] Allow rebuilding existing repo packages

---
 config/config.example.yaml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/config.example.yaml b/config/config.example.yaml
index dc17822..0cab582 100644
--- a/config/config.example.yaml
+++ b/config/config.example.yaml
@@ -41,6 +41,8 @@
   email:
     # Enable email notifications on build failures
     enabled: false
+    # Send email every time the script is run or only on failures
+    email_everytime: true
     # Recipient email address
     to: ""
     # Sender email address

--
Gitblit v1.10.0