aboutsummaryrefslogblamecommitdiffstats
path: root/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/body
blob: 8596c9299b596746f21a92e023044ddc893a37db (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                    
Since we'll be distributing a non-bzr-repo version, it would be nice
to adapt our 'submit bug' procedure
  $ be new "The demuxulizer is broken"
  Created bug with ID 48f
  $ be comment 48f
  <Describe bug>
  $ bzr commit --message "Reported bug in demuxulizer"
  $ bzr send --mail-to "be-devel@bugseverywhere.org"
to one that works with this setup.  Without guaranteed versioning,
that would probably be something along the lines of
  $ be new "The demuxulizer is broken"
  Created bug with ID 48f
  $ be comment 48f
  <Describe bug>
  $ be email-bugs [--to be-devel@bugseverywhere.org] 48f
With interfaces/email/interactive listening on the recieving end to
grab new-bug emails and import them into an incoming bug repository.