X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Frm.py;h=86691edc3eb9d53c80665df5992f0ff147b55fce;hb=f3b1fa102531b3ab1dae933ba2393b8e7d15c07f;hp=f0d18c1d12da2acf615de39cc690b0b6f45c60e9;hpb=7f4d35fbb32109cc31edc50b054035e133e4bb52;p=dak.git diff --git a/dak/rm.py b/dak/rm.py index f0d18c1d..86691edc 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -283,7 +283,7 @@ def main (): for i in [ "architecture", "binary-only", "carbon-copy", "component", "done", "help", "no-action", "partial", "rdep-check", "reason", - "source-only" ]: + "source-only", "Do-Close" ]: if not cnf.has_key("Rm::Options::%s" % (i)): cnf["Rm::Options::%s" % (i)] = "" if not cnf.has_key("Rm::Options::Suite"): @@ -588,7 +588,7 @@ def main (): print "done." Subst = {} - Subst["__RM_ADDRESS__"] = cnf["Rm::MyEmailAddress"] + Subst["__RM_ADDRESS__"] = cnf["Dinstall::MyEmailAddress"] Subst["__BUG_SERVER__"] = cnf["Dinstall::BugServer"] bcc = [] if cnf.Find("Dinstall::Bcc") != "":