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:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-01 11:53:12 +0400
committerMarin Jankovski <maxlazio@gmail.com>2014-10-01 11:53:12 +0400
commite21b7622fd4b6a84c6ee248f340889c28ad73cd2 (patch)
tree1057c7d1e4d3e415adefc686cbb2696e593c8674
parent8dedd115ee05324132beae1451cc5477675fa814 (diff)
Update guides to use gitlab-shell 2.0.1.
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/update/6.0-to-7.3.md2
-rw-r--r--doc/update/7.2-to-7.3.md2
-rw-r--r--doc/update/upgrader.md4
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index bdedd590e09..cfa71f09def 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -257,7 +257,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.0.0] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:shell:install[v2.0.1] 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/6.0-to-7.3.md b/doc/update/6.0-to-7.3.md
index ec4cac2f4fa..0ac19e13622 100644
--- a/doc/update/6.0-to-7.3.md
+++ b/doc/update/6.0-to-7.3.md
@@ -116,7 +116,7 @@ sudo apt-get install pkg-config cmake
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.0.0
+sudo -u git -H git checkout v2.0.1
```
## 7. Install libs, migrations, etc.
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index 7cc9a5c21fb..74622eda06b 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -39,7 +39,7 @@ sudo -u git -H git checkout 7-3-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.0.0
+sudo -u git -H git checkout v2.0.1
```
### 4. Install libs, migrations, etc.
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 9943e9205db..cf59b0e461c 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -47,12 +47,12 @@ If all items are green, then congratulations upgrade is complete!
If the `gitlab:check` task reports an outdated version of `gitlab-shell` you should upgrade it.
-Upgrade it by running the commands below after replacing 2.0.0 with the correct version number:
+Upgrade it by running the commands below after replacing 2.0.1 with the correct version number:
```
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.0.0
+sudo -u git -H git checkout v2.0.1
```
## One line upgrade command