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:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-02 09:48:57 +0400
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-02 09:48:57 +0400
commit30db1405d65eebff2d557a602d6114a2889dd882 (patch)
tree1676c63f1989a82c84930b4b54707b1dcb565140 /doc/raketasks
parent4102eb3b85a1a9d43bebe116066719e6b0872566 (diff)
update repo recreation details
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/maintenance.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index a0901cc4070..f6bd7565799 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -115,8 +115,10 @@ Checking GitLab ... Finished
This will create satellite repositories for all your projects.
-If necessary, remove the `tmp/repo_satellites` directory and rerun the command below.
+If necessary, remove the `repo_satellites` directory and rerun the commands below.
```
-bundle exec rake gitlab:satellites:create RAILS_ENV=production
+sudo -u git -H mkdir -p /home/git/gitlab-satellites
+sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
+sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
```