Remove gitweb.cgi, this is no longer needed
Tomas Doran [Wed, 25 Nov 2009 20:08:21 +0000 (20:08 +0000)]
lib/Gitalist.pm

index 84a9980..14b2b8e 100644 (file)
@@ -15,15 +15,10 @@ use Catalyst qw/
 
 our $VERSION = '0.01';
 
-# Bring in the libified gitweb.cgi.
-use gitweb;
-
 __PACKAGE__->config(
     name => 'Gitalist',
     default_view => 'Default',
     default_model => 'GitRepos',
-    # Set to 1 to make your fcgi die the request after you push :)
-    exit_at_end_of_request_if_updated => 0,
 );
 
 # Start the application