From 4a02f82cc96bc64d7ca5d31fb05692d669488fb1 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 24 Mar 2014 12:32:35 +0100 Subject: [PATCH] [tinderbox] tweak mail subject to avoid gmail confusion --- tinderbox/antimatter-scheduler | 2 +- tinderbox/glsa-scheduler | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tinderbox/antimatter-scheduler b/tinderbox/antimatter-scheduler index 7c91096d..e362ad59 100755 --- a/tinderbox/antimatter-scheduler +++ b/tinderbox/antimatter-scheduler @@ -19,5 +19,5 @@ CHROOT_PREFIX="${3}" /sabayon/bin/antimatter-digest ) | mail -a "MIME-Version: 1.0" \ -a "Content-Type: text/html" \ - -s "[${ARCH_NAME}] AntiMatter tracker of $(date +%Y-%m-%d)" \ + -s "AntiMatter tracker of $(date +%Y-%m-%d) for ${ARCH_NAME}" \ entropy-team@lists.sabayon.org diff --git a/tinderbox/glsa-scheduler b/tinderbox/glsa-scheduler index 1f72c41f..9cbb00b1 100755 --- a/tinderbox/glsa-scheduler +++ b/tinderbox/glsa-scheduler @@ -17,5 +17,5 @@ CHROOT_PREFIX="${3}" ( ${CHROOT_PREFIX} chroot "${CHROOT_PATH}" \ /sabayon/bin/glsa-digest 2>&1 -) | mail -s "[${ARCH_NAME}] GLSA tracker of $(date +%Y-%m-%d)" \ +) | mail -s "GLSA tracker of $(date +%Y-%m-%d) for ${ARCH_NAME}" \ entropy-team@lists.sabayon.org