1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
$ bundle exec rake gitlab:env:info RAILS_ENV=production
System information System: Ubuntu 12.04 Current User: git Using RVM: no Ruby Version: 1.9.3p327 Gem Version: 1.8.23 Bundler Version:1.3.5 Rake Version: 10.0.3
GitLab information Version: 5.0.1 Revision: 1daa75f Directory: /home/git/gitlab DB Adapter: mysql2 URL: https://git.dennis-boldt.de HTTP Clone URL: https://git.dennis-boldt.de/some-project.git SSH Clone URL: git@git.dennis-boldt.de:some-project.git Using LDAP: no Using Omniauth: no
GitLab Shell Version: 1.1.0 Repositories: /home/git/repositories/ Hooks: /home/git/gitlab-shell/hooks/ Git: /usr/bin/git
|