This commit is contained in:
Vokhmin Alexey V 2013-08-27 22:15:18 +04:00
parent 055c1f76e8
commit df6efaa731
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ module AbfWorker
cmd_params = { cmd_params = {
'RELEASED' => platform.released, 'RELEASED' => platform.released,
'REPOSITORY_NAME' => platform.repositories.map(&:name).join(','), 'REPOSITORY_NAMES' => platform.repositories.map(&:name).join(','),
'TYPE' => platform.distrib_type, 'TYPE' => platform.distrib_type,
'REGENERATE_PLATFORM_METADATA' => true, 'REGENERATE_PLATFORM_METADATA' => true,
'SAVE_TO_PLATFORM' => platform.name, 'SAVE_TO_PLATFORM' => platform.name,