Commit 959ee176 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d48de7c3
+ remove ssh access, "You won't be able to pull or push ..." warning
- disable ssh keys management (so gitlab does not mess with webrunner keys) ?
- setup basic ~/.gitconfig
- pull request with 1 patch -> merge fast-forward
- integrate git-backup in a PBS-style way
- ICP on footer
? No effect after changing extra:sign_in_text (in gitlab.yml) and restarting gitlab foreman
......@@ -49,26 +48,6 @@ Useful to understand:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/architecture.md
~~~~
per instance
.secret
.gitlab_shell_secret
log/
tmp/
public/uploads/
config/
resque.yml
gitlab.yml
database.yml
initializers/
rack_attack.rb
smtp_settings.rb
XXX what about unicorn.rb ? <- no need to link (not under rails)
~~~~
performance testing
......
......@@ -84,8 +84,11 @@ git-executable = ${git:location}/bin/git
[gitlab-repository]
<= git-repository
repository = https://gitlab.com/gitlab-org/gitlab-ce.git
revision = v8.1.4-1-g4d7216aa3c8b950521ed9b7aea44debaa0c3afd4
#repository = https://gitlab.com/gitlab-org/gitlab-ce.git
#revision = v8.1.4-1-g4d7216aa3c8b950521ed9b7aea44debaa0c3afd4
repository = https://lab.nexedi.com/kirr/gitlab-ce.git
branch = x
develop = true
location = ${buildout:parts-directory}/gitlab
[gitlab-shell-repository]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment