summaryrefslogtreecommitdiffstats
path: root/bin/compare-testing-status
diff options
context:
space:
mode:
authorNico Golde <nion@debian.org>2008-03-24 17:12:19 +0000
committerNico Golde <nion@debian.org>2008-03-24 17:12:19 +0000
commitb773c034a46a276c4cb094e82fba32a84d30ea85 (patch)
tree7186f5a62d4706b5dbb57b9d49b82772dad3915d /bin/compare-testing-status
parent33b0181c97b7c3df5d9280bc491eac5554d99991 (diff)
add date to subject of testing-security update notifications
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@8397 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/compare-testing-status')
-rwxr-xr-xbin/compare-testing-status5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/compare-testing-status b/bin/compare-testing-status
index e3761ca83b..64fd7ab914 100755
--- a/bin/compare-testing-status
+++ b/bin/compare-testing-status
@@ -11,6 +11,9 @@ my $TESTING="lenny";
my $MAILTO='secure-testing-team@lists.alioth.debian.org';
my $MAILFROM='sf@sfritsch.de';
+my @d = localtime(time);
+my $MAILDATE = sprintf("%4d-%02d-%02d", $d[5] + 1900, $d[4], $d[3]);
+
if (@ARGV != 2) {
die "usage:\nlist-updates old.db new.deb\n";
}
@@ -206,7 +209,7 @@ sub send_mail {
print $sendmail <<"EOF";
From: $MAILFROM
To: $MAILTO
-Subject: Security update for Debian Testing
+Subject: Security update for Debian Testing - $MAILDATE
This automatic mail gives an overview over security issues that were recently
fixed in Debian Testing. The majority of fixed packages migrate to testing

© 2014-2024 Faster IT GmbH | imprint | privacy policy