[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] override: send a copy of the bug closing message to the package maintainer



---
 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 4b92ae1..97439d3 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 c0e831f..a20cfc9 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
-- 
1.6.3.3


Reply to: