]> git.donarmstrong.com Git - don.git/blob - posts/debbugs_outlook.mdwn
creating tag page tags/latex
[don.git] / posts / debbugs_outlook.mdwn
1 [[!meta title="Debbugs: outlook command"]]
2
3 Neil McGovern asked me to add an additional feature to the BTS to
4 support tracking the current status of attempts at fixing a bug. In
5 past releases, we've used the nice commenting feature of
6 bts.turmzimmer.net to keep track of what is going on in a particular
7 nasty RC bug, who is working on it, and what needs to be done next (or
8 if everyone can just ignore the bug).
9
10 This feature should probably have already been in the BTS to start
11 with, but now it is. In addition to the existing summary feature,
12 where you can nominate a message or text to be the summary for a bug,
13 there is an `outlook` command, which tracks the current status of the
14 bug, and behaves in exactly the same way:
15
16     outlook 12345 not good
17         outlook 54321 0
18         thanks
19         
20         I'm totally stymied by #54321.
21
22 for example.
23
24 I plan to include the outlook in the bugscan output in the future too,
25 so it'll be easily accessible. (And possibly up-to-the-minute with
26 some javascript-fu.)
27
28 [[!tag debian tech debbugs]]