]> git.decadent.org.uk Git - dak.git/commitdiff
Unindent the reject message
authorJoerg Jaspert <joerg@debian.org>
Sun, 2 Mar 2008 23:00:57 +0000 (00:00 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 2 Mar 2008 23:00:57 +0000 (00:00 +0100)
dak/process_unchecked.py

index 920cfb9bf7c24d8fc0b5c3797a8d00ab0f7d9428..0f462b56ee622425d768e6b0ac4602e6a5fbeb84 100755 (executable)
@@ -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