> in data/hooks: > lrwxr-xr-x 1 jernst staff 6 Mar 15 10:08 .hooks -> .hooks > to itself?
Hah. It's been there since 2009. Marius? Thomas? > ActionView::Template::Error (No such file or directory - Asset file not found > at > '/usr/cldstr/cldstr.com/gitorious/ws/mainline/public/javascripts/lib/spin.js/spin.js'): > 23: <%= include_stylesheets :common %> > 24: <link href="//fonts.googleapis.com/css?family=Nobile&v1" > type="text/css" rel="stylesheet"> > 25: <%= favicon_link_tag %> > 26: <%= include_javascripts -%> > 27: <% if @atom_auto_discovery_url -%> > 28: <%= auto_discovery_link_tag(:atom, @atom_auto_discovery_url, > 29: :title => @atom_auto_discovery_title) > -%> > app/helpers/application_helper.rb:509:in `include_javascripts' > app/views/layouts/_common_head.html.erb:26:in > `_app_views_layouts__common_head_html_erb__1099690639031229068_54356280' > app/views/layouts/application.html.erb:28:in > `_app_views_layouts_application_html_erb__4020206816622032450_51612840' > app/controllers/site_controller.rb:73:in `render_public_timeline' > app/controllers/site_controller.rb:104:in `render_global_index' > app/controllers/site_controller.rb:34:in `index' > > Is that repeated spin.js/spin.js correct? Yes. Did you run `git submodule update --init`? > In gitorious.yml.tmpl: > > #git_http_port: 80 > #git_http_scheme: https > > Perhaps that should be 443? I realize it's commented out. Good call, fixed. > In gitorious.yml.tmpl: > > Comment says about frontend_server: "The default value is 'nginx'", > but it appears from the code the default value is actually apache? No, see line 178 in lib/gitorious.rb. Where did you get the apache default from? It is the default in the upgrade script, because apache was the default frontend on Gitorious 2.x Christian -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
