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
0ab0ca0d
Commit
0ab0ca0d
authored
Nov 14, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gitlab-shell 1.7.8
parent
c946defb
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
doc/install/installation.md
doc/install/installation.md
+1
-1
doc/update/5.1-to-5.4.md
doc/update/5.1-to-5.4.md
+1
-1
doc/update/5.1-to-6.0.md
doc/update/5.1-to-6.0.md
+1
-1
doc/update/5.3-to-5.4.md
doc/update/5.3-to-5.4.md
+1
-1
doc/update/5.4-to-6.0.md
doc/update/5.4-to-6.0.md
+1
-1
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.1.md
+1
-1
doc/update/6.0-to-6.2.md
doc/update/6.0-to-6.2.md
+1
-1
doc/update/6.1-to-6.2.md
doc/update/6.1-to-6.2.md
+1
-1
doc/update/patch_versions.md
doc/update/patch_versions.md
+1
-1
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+1
-1
No files found.
doc/install/installation.md
View file @
0ab0ca0d
...
...
@@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd gitlab-shell
# switch to right version
sudo -u git -H git checkout v1.7.
6
sudo -u git -H git checkout v1.7.
8
sudo -u git -H cp config.yml.example config.yml
...
...
doc/update/5.1-to-5.4.md
View file @
0ab0ca0d
...
...
@@ -31,7 +31,7 @@ sudo -u git -H git checkout 5-4-stable # Latest version of 5-4-stable addresses
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
4
# Addresses CVE-2013-4490
sudo
-u
git
-H
git checkout v1.7.
8
# Addresses multiple critical security vulnerabilities
```
### 4. Install libs, migrations, etc.
...
...
doc/update/5.1-to-6.0.md
View file @
0ab0ca0d
...
...
@@ -47,7 +47,7 @@ sudo -u git -H git checkout 6-0-stable
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
0
sudo
-u
git
-H
git checkout v1.7.
8
```
### 4. Install additional packages
...
...
doc/update/5.3-to-5.4.md
View file @
0ab0ca0d
...
...
@@ -30,7 +30,7 @@ sudo -u git -H git checkout 5-4-stable # Latest version of 5-4-stable addresses
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
4
# Addresses CVE-2013-4490
sudo
-u
git
-H
git checkout v1.7.
8
# Addresses multiple critical security vulnerabilities
```
### 4. Install libs, migrations, etc.
...
...
doc/update/5.4-to-6.0.md
View file @
0ab0ca0d
...
...
@@ -47,7 +47,7 @@ sudo -u git -H git checkout 6-0-stable
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
0
sudo
-u
git
-H
git checkout v1.7.
8
```
### 4. Install additional packages
...
...
doc/update/6.0-to-6.1.md
View file @
0ab0ca0d
...
...
@@ -39,7 +39,7 @@ sudo -u git -H git checkout 6-1-stable
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
4
sudo
-u
git
-H
git checkout v1.7.
8
```
### 4. Install libs, migrations, etc.
...
...
doc/update/6.0-to-6.2.md
View file @
0ab0ca0d
...
...
@@ -47,7 +47,7 @@ sudo apt-get install logrotate
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
4
# Addresses CVE-2013-4490
sudo
-u
git
-H
git checkout v1.7.
8
# Addresses multiple critical security vulnerabilities
```
### 5. Install libs, migrations, etc.
...
...
doc/update/6.1-to-6.2.md
View file @
0ab0ca0d
...
...
@@ -32,7 +32,7 @@ sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
4
# Addresses CVE-2013-4490
sudo
-u
git
-H
git checkout v1.7.
8
# Addresses multiple critical security vulnerabilities
```
### 4. Install additional packages
...
...
doc/update/patch_versions.md
View file @
0ab0ca0d
...
...
@@ -26,7 +26,7 @@ sudo -u git -H git pull origin 6-2-stable
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.
4
sudo
-u
git
-H
git checkout v1.7.
8
```
### 4. Install libs, migrations, etc.
...
...
lib/tasks/gitlab/check.rake
View file @
0ab0ca0d
...
...
@@ -736,7 +736,7 @@ namespace :gitlab do
end
def
check_gitlab_shell
required_version
=
Gitlab
::
VersionInfo
.
new
(
1
,
7
,
6
)
required_version
=
Gitlab
::
VersionInfo
.
new
(
1
,
7
,
8
)
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