On Thu, Mar 18, 2010 at 05:02:13PM -0400, Chris Ball wrote: > The fact that gitorious is written in Ruby on Rails probably makes the > idea of using gitorious in particular a non-starter, but I thought I'd > throw it out there. > ... > (One way to get around the Ruby/Python problem would be to have the > bugtracker simply operate independently from the rest of the site, > which I suppose would work fine but wouldn't be elegant to use.)
Another option would be to drive BE in a subprocess via Ruby's IO.popen.
A proof-of-concept implementation could use our standard `be' command.
A production implementation could be either of
* multi-command BE interface to avoid repeaded repository reloads
(may be too man process or too much memory for the server)
* better BE caching for faster reloads
(more work for us ;)
--
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt
pgpnzhaZNHYZ6.pgp
Description: PGP signature
_______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
