git-instaweb: Use new PSGI interface mode of gitweb
commit17fbe3d0b269ef45c999aa14c3731490576ee69a
authorJakub Narebski <jnareb@gmail.com>
Tue, 8 May 2012 19:35:08 +0000 (8 21:35 +0200)
committerJakub Narebski <jnareb@gmail.com>
Tue, 8 May 2012 19:35:08 +0000 (8 21:35 +0200)
tree62dcadef828af6b8778ded96c372a040cb5678da
parent3273768b15833079a0c6691c8019aabda9d4c987
git-instaweb: Use new PSGI interface mode of gitweb

Now that gitweb supports PSGI interface itself, use it instead of
Plack::App::WrapCGI.

Note that gitweb as PSGI serves static files and ensures correct
handling of SIGCHLD, but the wrapper is still needed for logging,
mimetype handling (probably unnecessary), and selecting host and port.
It is now named gitweb-wrapper.psgi and not gitweb.psgi, though.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
git-instaweb.sh