diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-20 21:52:26 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-20 21:52:26 +0100 |
commit | 56f9a674a6f398abc2541b435808361b13b7e713 (patch) | |
tree | 847c408cc76bcdf21d360c9618257e72bd75398c /doc | |
parent | 501f048846bad9a66583bb73d448564eca752905 (diff) | |
download | gitlab-ce-56f9a674a6f398abc2541b435808361b13b7e713.tar.gz |
Add gitlab:satellites:create as an alias for gitlab:enable_automerge
Diffstat (limited to 'doc')
-rw-r--r-- | doc/raketasks/maintenance.md | 10 |
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. |