BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8ae59330
Commit
8ae59330
authored
Mar 21, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update_upgrade_document' into 'master'
Update Upgrade Document for 6.7 Use the latest version of gitlab-shell which is 1.9.0
parents
fb919a63
895c9132
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
installation.md
doc/install/installation.md
+1
-1
6.6-to-6.7.md
doc/update/6.6-to-6.7.md
+1
-1
check.rake
lib/tasks/gitlab/check.rake
+1
-1
No files found.
doc/install/installation.md
View file @
8ae59330
...
...
@@ -128,7 +128,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd /home/git
# Clone gitlab shell
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.
8.0
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.
9.1
cd gitlab-shell
...
...
doc/update/6.6-to-6.7.md
View file @
8ae59330
...
...
@@ -37,7 +37,7 @@ sudo -u git -H git checkout 6-7-stable-ee
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.
8.0
sudo
-u
git
-H
git checkout v1.
9.1
```
### 4. Install libs, migrations, etc.
...
...
lib/tasks/gitlab/check.rake
View file @
8ae59330
...
...
@@ -742,7 +742,7 @@ namespace :gitlab do
end
def
check_gitlab_shell
required_version
=
Gitlab
::
VersionInfo
.
new
(
1
,
9
,
0
)
required_version
=
Gitlab
::
VersionInfo
.
new
(
1
,
9
,
1
)
current_version
=
Gitlab
::
VersionInfo
.
parse
(
gitlab_shell_version
)
print
"GitLab Shell version >=
#{
required_version
}
? ... "
...
...
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