]> git.donarmstrong.com Git - don.git/blob - posts/control_at_submit.mdwn
try commenting out [[
[don.git] / posts / control_at_submit.mdwn
1 [[!meta title="Debbugs: Control at Submit time"]]
2
3 One of the features that I have been asked for multiple times is the
4 ability to use control@bugs.debian.org commands at
5 submit@bugs.debian.org time. I have now implemented this with the
6 following syntax:
7
8     Package: foo
9         Version: 1.0-3
10         Control: retitle -1 this is the title
11         Control: severity -1 bleargh
12         Control: summary -1 0
13         Control: forward -1 http://bugs.debian.org/nnn
14
15 In short, you preface any control commands with Control:, -1 is the
16 current bug, and the rest of each line is the control@ grammar you
17 already know. This also now works for every kind of message to
18 nnn@bugs.debian.org with the exception of messages received at
19 nnn-done and nnn-forwarded. I don't know why you'd use it for anything
20 else but submit@ messages, but hey, whatever works.
21
22
23 [[!tag debian tech debbugs]]