#874: send name of platform on creating container

This commit is contained in:
Vokhmin Alexey V 2013-02-08 18:16:16 +04:00
parent 0c69326e80
commit b22dfd8939
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ module AbfWorker
:arch => build_list.arch.name,
:distrib_type => build_list.build_for_platform.distrib_type,
:platform => {
:name => build_list.save_to_platform.name,
:platform_path => platform_path,
:released => false
},