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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-24 12:48:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-24 12:48:08 +0400
commitd4c96ac907b1977a530ae53383afc98772b23d80 (patch)
treef8b965ceb5309047abd4c4a6bf7a3f2609a35632
parent4a1dc7326479d8fe54f888f5622c0d2a56bca8ad (diff)
parentfcfc77f5b7ef5d91a82f06e81182e01a8fbb4fdf (diff)
Merge pull request #5675 from augustf/patch-1
Noted the change to the gitlab-shell config.yml
-rw-r--r--doc/update/6.2-to-6.3.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md
index a590fc78249..d1c570c9599 100644
--- a/doc/update/6.2-to-6.3.md
+++ b/doc/update/6.2-to-6.3.md
@@ -24,7 +24,7 @@ sudo -u git -H git fetch
sudo -u git -H git checkout 6-3-stable
```
-### 3. Update gitlab-shell
+### 3. Update gitlab-shell (and its config)
```bash
cd /home/git/gitlab-shell
@@ -32,6 +32,8 @@ sudo -u git -H git fetch
sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities
```
+The Gitlab-shell config changed recently, so check for config file changes and make `/home/git/gitlab-shell/config.yml` the same as https://github.com/gitlabhq/gitlab-shell/blob/master/config.yml.example
+
### 4. Install additional packages
```bash