This commit is contained in:
Alexey Nayden 2011-04-22 17:55:30 +04:00
parent c9a68756a9
commit e1380bafc0
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ class ProductBuilder
end
def self.create_product name, platform_name, params, packages, post_install, path, repos
RAILS_DEFAULT_LOGGER.fatal @@client.port
RAILS_DEFAULT_LOGGER.fatal @@client.inspect
self.client.call('create_product', name, platform_name, params, packages, post_install, path, repos)
end
end