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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
3f462878
Commit
3f462878
authored
Apr 30, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
require gitlab-shell v1.4.0
parent
561ac355
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
CHANGELOG
CHANGELOG
+1
-0
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+5
-3
No files found.
CHANGELOG
View file @
3f462878
...
...
@@ -7,6 +7,7 @@ v 5.2.0
- Restyle project clone panel
- Move Gitlab::Git code to gitlab_git gem
- Move update docs in repo
- requires gitlab-shell v1.4.0
v 5.1.0
- You can login with email or username now
...
...
lib/tasks/gitlab/check.rake
View file @
3f462878
...
...
@@ -654,11 +654,13 @@ namespace :gitlab do
end
def
check_gitlab_shell
required_version
=
'1.4.0'
print
"GitLab Shell version? ... "
if
gitlab_shell_version
.
strip
==
'1.3.0'
puts
'OK (1.3.0)'
.
green
if
gitlab_shell_version
.
strip
==
required_version
puts
"OK (
#{
required_version
}
)"
.
green
else
puts
'FAIL. Please update gitlab-shell to v1.3.0'
.
red
puts
"FAIL. Please update gitlab-shell to v
#{
required_version
}
"
.
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