OSDN Git Service

Add EE checkout instructions to update docs
authorJacob Vosmaer <contact@jacobvosmaer.nl>
Mon, 20 Jan 2014 09:38:16 +0000 (10:38 +0100)
committerJacob Vosmaer <contact@jacobvosmaer.nl>
Mon, 20 Jan 2014 09:38:16 +0000 (10:38 +0100)
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.4.md
doc/update/6.1-to-6.2.md
doc/update/6.2-to-6.3.md
doc/update/6.3-to-6.4.md

index 53bb69d..ac8f0a7 100644 (file)
@@ -30,8 +30,9 @@ 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 fetch --all
 sudo -u git -H git checkout 6-1-stable
+# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-1-stable-ee
 ```
 
 ### 3. Update gitlab-shell
index 6c0cfaf..1e7af70 100644 (file)
@@ -27,8 +27,9 @@ 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 fetch --all
 sudo -u git -H git checkout 6-4-stable
+# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
 ```
 
 
index a3849fa..7342a91 100644 (file)
@@ -23,8 +23,9 @@ 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 fetch --all
 sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses CVE-2013-4489
+# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-2-stable-ee
 ```
 
 ### 3. Update gitlab-shell
index 5b02b4c..7f91604 100644 (file)
@@ -20,8 +20,9 @@ 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 fetch --all
 sudo -u git -H git checkout 6-3-stable
+# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-3-stable-ee
 ```
 
 ### 3. Update gitlab-shell (and its config)
index 69d1847..6874056 100644 (file)
@@ -15,8 +15,9 @@ 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 fetch --all
 sudo -u git -H git checkout 6-4-stable
+# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
 ```
 
 ### 3. Update gitlab-shell (and its config)