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:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-21 00:52:26 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-21 00:52:26 +0400
commit56f9a674a6f398abc2541b435808361b13b7e713 (patch)
tree847c408cc76bcdf21d360c9618257e72bd75398c /doc/raketasks/maintenance.md
parent501f048846bad9a66583bb73d448564eca752905 (diff)
Add gitlab:satellites:create as an alias for gitlab:enable_automerge
Diffstat (limited to 'doc/raketasks/maintenance.md')
-rw-r--r--doc/raketasks/maintenance.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index 7be631a773d..bb8e1ed29f7 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -139,6 +139,16 @@ Checking GitLab ... Finished
```
+### (Re-)Create satellite repos
+
+This will create satellite repos for all your projects.
+If necessary, remove the `tmp/repo_satellites` directory and rerun the command below.
+
+```
+bundle exec rake gitlab:satellites:create
+```
+
+
### Rebuild each key at gitolite config
This will send all users ssh public keys to gitolite and grant them access (based on their permission) to their projects.