Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
147b93ee
Commit
147b93ee
authored
Mar 12, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check gitlab-shell version in gitlab:check
parent
10269553
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+10
-0
No files found.
lib/tasks/gitlab/check.rake
View file @
147b93ee
...
...
@@ -348,6 +348,7 @@ namespace :gitlab do
warn_user_is_not_gitlab
start_checking
"Gitlab Shell"
check_gitlab_shell
check_repo_base_exists
check_repo_base_is_not_symlink
check_repo_base_user_and_group
...
...
@@ -633,4 +634,13 @@ namespace :gitlab do
puts
"
#{
step
}
"
end
end
def
check_gitlab_shell
print
"GitLab Shell version? ... "
if
gitlab_shell_version
.
strip
==
'1.1.0'
puts
'OK (1.1.0)'
.
green
else
puts
'FAIL. Please update gitlab-shell to v1.1.0'
.
red
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment