From b612f3da207fa0d75a5d3b204ac8f02bb244231a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 24 Aug 2009 23:02:23 +0200 Subject: [PATCH] override send a copy of the bug closing message to the package maintainer Signed-off-by: Joerg Jaspert --- dak/override.py | 2 +- docs/README.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dak/override.py b/dak/override.py index 4b92ae11..97439d37 100755 --- a/dak/override.py +++ b/dak/override.py @@ -243,7 +243,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + ", ".join(bcc) else: Subst["__BCC__"] = "X-Filler: 42" - Subst["__CC__"] = "X-DAK: dak override\nX-Katie: alicia" + Subst["__CC__"] = "Cc: " + package + "@" + Cnf["Dinstall::PackagesServer"] + "\nX-DAK: dak override\nX-Katie: alicia" Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"] Subst["__DISTRO__"] = Cnf["Dinstall::MyDistribution"] Subst["__WHOAMI__"] = utils.whoami() diff --git a/docs/README.config b/docs/README.config index c0e831f3..a20cfc9f 100644 --- a/docs/README.config +++ b/docs/README.config @@ -243,8 +243,8 @@ dak and others. It should indicate the name of the distribution. BugServer (required): is used by 'dak process-unchecked' and 'dak rm' when closing bugs. -PackagesServer (requried): used by 'dak rm' when carbon-copying a bug -close mail to a package maintainer. +PackagesServer (required): used by 'dak rm' and 'dak override' when +carbon-copying a bug close mail to a package maintainer. TrackingServer (optional): used by 'dak process-unchecked' and 'dak rm' to send messages for the maintainer also to an alias for people -- 2.39.2