Improve 'rake gitlab:cleanup:repos' documentation

This commit is contained in:
Jacob Vosmaer 2015-09-25 14:38:42 +02:00
parent ed38627ec5
commit 255d5f7501
1 changed files with 2 additions and 1 deletions

View File

@ -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