This commit is contained in:
Alexey Nayden 2011-04-07 13:10:34 +04:00
parent cd365d4d45
commit 3993173805
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class BuildServer
SRPM_NOT_FOUND = 12800
def self.client
@@client ||= XMLRPC::Client.new(:host => AppConfig['build_server_ip'], :port => AppConfig['build_server_port'], :path => AppConfig['build_server_path'])
@@client ||= XMLRPC::Client.new3(:host => APP_CONFIG['build_server_ip'], :port => APP_CONFIG['build_server_port'], :path => APP_CONFIG['build_server_path'])
end