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

Fix 6.3 branch name

parent f285da48
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 6.3-stable
sudo -u git -H git checkout 6-3-stable
```
 
### 3. Update gitlab-shell
Loading
Loading
@@ -62,11 +62,11 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
TIP: to see what changed in gitlab.yml.example in this release use next command:
 
```
git diff 6.2-stable:config/gitlab.yml.example 6.3-stable:config/gitlab.yml.example
git diff 6.2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example
```
 
* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6.3-stable/config/gitlab.yml.example but with your settings.
* Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6.3-stable/config/unicorn.rb.example but with your settings.
* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings.
* Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/unicorn.rb.example but with your settings.
* Copy rack attack middleware config
 
```bash
Loading
Loading
@@ -82,7 +82,7 @@ sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
 
```bash
sudo rm /etc/init.d/gitlab
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6.3-stable/lib/support/init.d/gitlab
sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-3-stable/lib/support/init.d/gitlab
sudo chmod +x /etc/init.d/gitlab
```
 
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