版本库域名写入配置文件中
This commit is contained in:
parent
d936c8cc7c
commit
89507b2b47
|
@ -263,7 +263,7 @@ update
|
||||||
@course_tag = params[:course]
|
@course_tag = params[:course]
|
||||||
project_path_cut = RepositoriesHelper::PROJECT_PATH_CUT
|
project_path_cut = RepositoriesHelper::PROJECT_PATH_CUT
|
||||||
ip = RepositoriesHelper::REPO_IP_ADDRESS
|
ip = RepositoriesHelper::REPO_IP_ADDRESS
|
||||||
gitlab_address = RepositoriesHelper::REPO_GITLAB_ADDRESS
|
gitlab_address = Redmine::Configuration['gitlab_address']
|
||||||
if @repository.type.to_s=="Repository::Gitlab"
|
if @repository.type.to_s=="Repository::Gitlab"
|
||||||
@repos_url = "http://"+gitlab_address.to_s+"/"+@project.owner.to_s+"/"+@repository.identifier+"."+"git"
|
@repos_url = "http://"+gitlab_address.to_s+"/"+@project.owner.to_s+"/"+@repository.identifier+"."+"git"
|
||||||
else
|
else
|
||||||
|
|
|
@ -200,6 +200,9 @@ default:
|
||||||
repository_root_path: '/tmp/htdocs'
|
repository_root_path: '/tmp/htdocs'
|
||||||
judge_server: 'http://judge.trustie.net/'
|
judge_server: 'http://judge.trustie.net/'
|
||||||
|
|
||||||
|
# Git's url
|
||||||
|
gitlab_address: 'http://gitfast.trustie.net'
|
||||||
|
|
||||||
# specific configuration options for production environment
|
# specific configuration options for production environment
|
||||||
# that overrides the default ones
|
# that overrides the default ones
|
||||||
production:
|
production:
|
||||||
|
|
Loading…
Reference in New Issue