Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure.rb - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27bad806ff671e0889db585ff7491a8862ccca3f (plain)
1
2
3
4
5
root_path = File.expand_path(File.dirname(__FILE__))
require File.join(root_path, "install", "prepare")
env = ARGV[0] || "development"

Install.prepare(env)