From bf44938cc0b9c3023dd486fc23e7ddbf6be8b573 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 28 Jan 2015 08:50:31 +0200 Subject: Drop comments on cookbook installing from source now that it uses Omnibus. --- doc/raketasks/cleanup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/raketasks/cleanup.md') diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md index 9e48f56c951..96d67f7b5d6 100644 --- a/doc/raketasks/cleanup.md +++ b/doc/raketasks/cleanup.md @@ -8,7 +8,7 @@ Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in Git # omnibus-gitlab sudo gitlab-rake gitlab:cleanup:dirs -# installation from source or cookbook +# installation from source bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production ``` @@ -18,6 +18,6 @@ Remove repositories (global only for now) from `/home/git/repositories` if they # omnibus-gitlab sudo gitlab-rake gitlab:cleanup:repos -# installation from source or cookbook +# installation from source bundle exec rake gitlab:cleanup:repos RAILS_ENV=production ``` -- cgit v1.2.1