update data for crating container
This commit is contained in:
parent
4cd85e6009
commit
01108360c9
|
@ -85,7 +85,7 @@ module AbfWorker
|
|||
:distrib_type => build_list.build_for_platform.distrib_type,
|
||||
:platform => {
|
||||
:platform_path => platform_path,
|
||||
:released => build_list.save_to_platform.released
|
||||
:released => false
|
||||
},
|
||||
:repository => {
|
||||
:name => build_list.save_to_repository.name,
|
||||
|
|
|
@ -12,6 +12,7 @@ module AbfWorker
|
|||
if options['extra']['create_container'] # Container has been created
|
||||
bl = BuildList.find(options['id'])
|
||||
bl.update_column(:container_path, "/#{bl.save_to_platform.name}/container/#{bl.id}")
|
||||
update_results(bl, options)
|
||||
else
|
||||
update_rpm_builds options, status
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue