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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-25 15:38:42 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-09-25 15:38:42 +0300
commit255d5f7501b01f2e88d614bf38b362a31d6cddc6 (patch)
tree971b4f46e0b09376c1305edfea21d336dd764d15 /doc/raketasks
parented38627ec55ce4c3352f44167c4fc75c59841315 (diff)
Improve 'rake gitlab:cleanup:repos' documentation
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/cleanup.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md
index 96d67f7b5d6..8fbcbb983e9 100644
--- a/doc/raketasks/cleanup.md
+++ b/doc/raketasks/cleanup.md
@@ -12,7 +12,8 @@ sudo gitlab-rake gitlab:cleanup:dirs
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
```
-Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database.
+Rename repositories from `/home/git/repositories` if they don't exist in GitLab database.
+The repositories get a `+orphaned+TIMESTAMP` suffix so that they cannot block new repositories from being created.
```
# omnibus-gitlab