diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-13 16:52:45 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-13 16:53:27 -0800 |
| commit | 487b1bf271907e04701fd8a750d194a5b06eb4c0 (patch) | |
| tree | e00acd7dd929d3ffedb636acf7277fdfa968a7ff /lib/gitlab_projects.rb | |
| parent | b8443a9c8466e80098a649c86d6cdbe1ad31cf57 (diff) | |
| download | gitlab-shell-487b1bf271907e04701fd8a750d194a5b06eb4c0.tar.gz | |
Enable git-annex on first command
Diffstat (limited to 'lib/gitlab_projects.rb')
| -rw-r--r-- | lib/gitlab_projects.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gitlab_projects.rb b/lib/gitlab_projects.rb index 59a9347..05ee211 100644 --- a/lib/gitlab_projects.rb +++ b/lib/gitlab_projects.rb @@ -238,9 +238,4 @@ class GitlabProjects $logger.info "Update head in project #{project_name} to <#{new_head}>." true end - - def git_init_annex - cmd = %W(git --git-dir=#{full_path} annex init "GitLab") - system(*cmd) - end end |
