Reported bug with utf-8 strings
[be.git] / .be / bea86499-824e-4e77-b085-2d581fa9ccab / bugs / 12c986be-d19a-4b8b-b1b5-68248ff4d331 / comments / 46937fd4-b0bc-4eed-8033-d699445441ea / body
1 On Sat, Jul 11, 2009 at 11:25:07AM -0400, W. Trevor King wrote:
2 > The easiest implementation I can think of would be to keep local
3 > branches (on whatever computer is hosting your web interface)
4 > following your favorite repos.
5 >   proxectX/
6 >   |-- repoA
7 >   |-- repoB
8 >   `-- repoC
9 > You'd pull upstream changes with a cron job.
10 > Listing bugs would be something along the lines of
11 >   projectX$ for repo in *
12 >             do
13 >               pushd $repo
14 >               be list
15 >               popd
16 >             done | sort | uniq
17 > ...
18
19 I've reworked option handling for be, so my branch now supports
20   projectX$ for repo in *
21             do
22               be --dir $repo list
23             done | sort | uniq
24 etc.  This also makes it easy to use your uninstalled development
25 version of be on any bug directory on your local machine.
26
27 -- 
28 This email may be signed or encrypted with GPG (http://www.gnupg.org).
29 The GPG signature (if present) will be attached as 'signature.asc'.
30 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
31
32 My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt