Skip to content
Snippets Groups Projects
Unverified Commit 7101b22c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Recommend gitlab-shell 1.7.9 in docs and check task

parent 8ddb064b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.8
sudo -u git -H git checkout v1.7.9
 
sudo -u git -H cp config.yml.example config.yml
 
Loading
Loading
Loading
Loading
@@ -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.8 # Addresses multiple critical security vulnerabilities
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
```
 
### 4. Install libs, migrations, etc.
Loading
Loading
Loading
Loading
@@ -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.8
sudo -u git -H git checkout v1.7.9
```
 
### 4. Install additional packages
Loading
Loading
Loading
Loading
@@ -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.8 # Addresses multiple critical security vulnerabilities
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
```
 
### 4. Install libs, migrations, etc.
Loading
Loading
Loading
Loading
@@ -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.8
sudo -u git -H git checkout v1.7.9
```
 
### 4. Install additional packages
Loading
Loading
Loading
Loading
@@ -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.8
sudo -u git -H git checkout v1.7.9
```
 
### 4. Install libs, migrations, etc.
Loading
Loading
Loading
Loading
@@ -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.8 # Addresses multiple critical security vulnerabilities
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
```
 
### 5. Install libs, migrations, etc.
Loading
Loading
Loading
Loading
@@ -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.8 # Addresses multiple critical security vulnerabilities
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
```
 
### 4. Install additional packages
Loading
Loading
Loading
Loading
@@ -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.8
sudo -u git -H git checkout v1.7.9
```
 
### 4. Install libs, migrations, etc.
Loading
Loading
Loading
Loading
@@ -736,7 +736,7 @@ namespace :gitlab do
end
 
def check_gitlab_shell
required_version = Gitlab::VersionInfo.new(1, 7, 8)
required_version = Gitlab::VersionInfo.new(1, 7, 9)
current_version = Gitlab::VersionInfo.parse(gitlab_shell_version)
 
print "GitLab Shell version >= #{required_version} ? ... "
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment