From 5b871d1cb7437b1aafaca9cc7346f374393c3fc3 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 3 Mar 2008 00:00:57 +0100 Subject: [PATCH] Unindent the reject message --- dak/process_unchecked.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 920cfb9b..0f462b56 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1042,16 +1042,16 @@ def check_transition(sourcepkg): # The source is affected, lets reject it. reject("""%s: part of the %s transition. - Your package is part of a testing transition to get %s migrated. +Your package is part of a testing transition to get %s migrated. - Transition description: %s +Transition description: %s - This transition will finish when %s, version %s, reaches testing (it currently - has version %s). - This transition is managed by the Release Team and %s - is the Release-Team member responsible for it. - Please contact them or debian-release@lists.debian.org if you - need further assistance. +This transition will finish when %s, version %s, reaches testing (it currently +has version %s). +This transition is managed by the Release Team and %s +is the Release-Team member responsible for it. +Please contact them or debian-release@lists.debian.org if you +need further assistance. """ % (sourcepkg, trans, source, t["reason"], source, new_vers, curvers, t["rm"])) return 0 -- 2.39.2