Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-02-26 01:28:23 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2015-02-26 01:28:23 +0300
commitc94e6d4830c4c9216396e1d39497634694b2ce0d (patch)
tree53fbaef9f1e82dc979bef4f3920c4237738e9bae
parente2d785c361a0e53daa551d5ae9121b4d443bbd91 (diff)
parent358f1c066d0cf81d1b1a6fde63e592cf62f98399 (diff)
Merge pull request #8867 from volker-fr/7-8-stable
Update gitlab-shell version in installation and update documentation
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/update/7.7-to-7.8.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index f5dcec2f61e..c8cabab795e 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -280,7 +280,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
GitLab Shell is an SSH access and repository management software developed specially for GitLab.
# Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
- sudo -u git -H bundle exec rake gitlab:shell:install[v2.4.3] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:shell:install[v2.5.4] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
# By default, the gitlab-shell config is generated from your main GitLab config.
# You can review (and modify) the gitlab-shell config as follows:
diff --git a/doc/update/7.7-to-7.8.md b/doc/update/7.7-to-7.8.md
index a8a5c7f66c6..199f9778b81 100644
--- a/doc/update/7.7-to-7.8.md
+++ b/doc/update/7.7-to-7.8.md
@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-8-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.5.3
+sudo -u git -H git checkout v2.5.4
```
### 4. Install libs, migrations, etc.