Commit da817a1f56ae4ba502f688592a74468b6e3b327c

Authored by Jacob Vosmaer
1 parent d435fbb9

Add EE checkout instructions to update docs

doc/update/6.0-to-6.1.md
... ... @@ -30,8 +30,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
30 30  
31 31 ```bash
32 32 cd /home/git/gitlab
33   -sudo -u git -H git fetch
  33 +sudo -u git -H git fetch --all
34 34 sudo -u git -H git checkout 6-1-stable
  35 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-1-stable-ee
35 36 ```
36 37  
37 38 ### 3. Update gitlab-shell
... ...
doc/update/6.0-to-6.4.md
... ... @@ -27,8 +27,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
27 27  
28 28 ```bash
29 29 cd /home/git/gitlab
30   -sudo -u git -H git fetch
  30 +sudo -u git -H git fetch --all
31 31 sudo -u git -H git checkout 6-4-stable
  32 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
32 33 ```
33 34  
34 35  
... ...
doc/update/6.1-to-6.2.md
... ... @@ -23,8 +23,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
23 23  
24 24 ```bash
25 25 cd /home/git/gitlab
26   -sudo -u git -H git fetch
  26 +sudo -u git -H git fetch --all
27 27 sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses CVE-2013-4489
  28 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-2-stable-ee
28 29 ```
29 30  
30 31 ### 3. Update gitlab-shell
... ...
doc/update/6.2-to-6.3.md
... ... @@ -20,8 +20,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
20 20  
21 21 ```bash
22 22 cd /home/git/gitlab
23   -sudo -u git -H git fetch
  23 +sudo -u git -H git fetch --all
24 24 sudo -u git -H git checkout 6-3-stable
  25 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-3-stable-ee
25 26 ```
26 27  
27 28 ### 3. Update gitlab-shell (and its config)
... ...
doc/update/6.3-to-6.4.md
... ... @@ -15,8 +15,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
15 15  
16 16 ```bash
17 17 cd /home/git/gitlab
18   -sudo -u git -H git fetch
  18 +sudo -u git -H git fetch --all
19 19 sudo -u git -H git checkout 6-4-stable
  20 +# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
20 21 ```
21 22  
22 23 ### 3. Update gitlab-shell (and its config)
... ...