summaryrefslogtreecommitdiff
path: root/doc/raketasks/features.md
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-06-23 10:49:21 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-03 12:24:53 +0200
commit4e894b1dd5a55b23fc43b15cae58fff2e81f47ca (patch)
tree54065b802afb0ebc7ad6e4f32098e73304a51a93 /doc/raketasks/features.md
parent73c1030da1318284495288461210e8d145aa7181 (diff)
downloadgitlab-ce-4e894b1dd5a55b23fc43b15cae58fff2e81f47ca.tar.gz
Satellites are created automatically now
Diffstat (limited to 'doc/raketasks/features.md')
-rw-r--r--doc/raketasks/features.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/raketasks/features.md b/doc/raketasks/features.md
index eaa9af5f962..99b3d5525b0 100644
--- a/doc/raketasks/features.md
+++ b/doc/raketasks/features.md
@@ -18,21 +18,3 @@ New path: `git@example.org:username/myrepo.git` or `git@example.org:groupname/my
```
bundle exec rake gitlab:enable_namespaces RAILS_ENV=production
```
-
-## Rebuild project satellites
-
-This command will build missing satellites for projects. After this you will be able to **merge a merge request** via GitLab and use the **online editor**.
-
-```
-bundle exec rake gitlab:satellites:create RAILS_ENV=production
-```
-
-Example output:
-
-```
-Creating satellite for abcd.git
-[git clone output]
-Creating satellite for abcd2.git
-[git clone output]
-done
-```