summaryrefslogtreecommitdiff
path: root/app/views/errors
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-11 19:16:59 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-11 19:16:59 +0200
commitd64090b8a9065746c6d532057228c079a1d57013 (patch)
treea97504c15dedfd470d9ffc11c51bd15a6718e8cb /app/views/errors
parent8e0b58d7e7cde0d9afb93f267197f62b9b649cd3 (diff)
downloadgitlab-ce-d64090b8a9065746c6d532057228c079a1d57013.tar.gz
No gitolite in project any more
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/gitolite.html.haml25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml
deleted file mode 100644
index 33ea8c1a8b7..00000000000
--- a/app/views/errors/gitolite.html.haml
+++ /dev/null
@@ -1,25 +0,0 @@
-%h1.http_status_code 500
-%h3.page_title GitLab was unable to access your Gitolite system.
-%hr
-
-.git_error_tips
- %h4 Tips for Administrator:
- %ol
- %li
- %p
- Check git logs in admin area
- %li
- %p
- Check config/gitlab.yml for correct settings.
- %li
- %p
- Diagnostic tool:
- %pre
- bundle exec rake gitlab:check RAILS_ENV=production
- %li
- %p
- Permissions:
- %pre
- = preserve do
- sudo chown -R git:git #{Gitlab.config.gitolite.repos_path}
- sudo chmod -R ug+rwXs #{Gitlab.config.gitolite.repos_path}