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
path: root/lib
diff options
context:
space:
mode:
authorBhagavan Das <bhagavan.das@baml.com>2013-02-15 01:39:48 +0400
committerBhagavan Das <bhagavan.das@baml.com>2013-02-15 01:39:48 +0400
commit08dfbc962b9263662a188cbd71ebf39e6223e721 (patch)
tree62f070bc65c45180790362d0495aab58015b4f7d /lib
parent428af5ea62ef89dc5e2c2bddb6c910df24dace79 (diff)
rename setup to setup_db so that it does not collide with gitlab:shell:setup task
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/setup.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/setup.rake b/lib/tasks/gitlab/setup.rake
index bc0742564d0..8d4950cf396 100644
--- a/lib/tasks/gitlab/setup.rake
+++ b/lib/tasks/gitlab/setup.rake
@@ -1,10 +1,10 @@
namespace :gitlab do
desc "GITLAB | Setup production application"
task :setup => :environment do
- setup
+ setup_db
end
- def setup
+ def setup_db
warn_user_is_not_gitlab
puts "This will create the necessary database tables and seed the database."