From: Mark Hymers Date: Mon, 26 Oct 2009 18:03:10 +0000 (+0000) Subject: tidy up messages X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=3678a1096972b9bac9602061f005a21697363a4c;p=dak.git tidy up messages Signed-off-by: Mark Hymers --- diff --git a/daklib/queue.py b/daklib/queue.py index 9ea69c41..81b54c9c 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1327,13 +1327,13 @@ class Upload(object): rejectmsg += "Transition description: %s\n\n" % (t["reason"]) rejectmsg += "\n".join(textwrap.wrap("""Your package - is part of a testing transition designed to get %s migrated (it is - currently %s, we need version %s). This transition is managed by the - Release Team, and %s is the Release-Team member responsible for it. - Please mail debian-release@lists.debian.org or contact %s directly if you - need further assistance. You might want to upload to experimental until this - transition is done.""" - % (source, currentlymsg, expected,t["rm"], t["rm"]))) +is part of a testing transition designed to get %s migrated (it is +currently %s, we need version %s). This transition is managed by the +Release Team, and %s is the Release-Team member responsible for it. +Please mail debian-release@lists.debian.org or contact %s directly if you +need further assistance. You might want to upload to experimental until this +transition is done.""" + % (source.source, currentlymsg, expected,t["rm"], t["rm"]))) self.rejects.append(rejectmsg) return