diff --git a/app/models/product_build_list.rb b/app/models/product_build_list.rb index 7d872531e..ca9695d51 100644 --- a/app/models/product_build_list.rb +++ b/app/models/product_build_list.rb @@ -146,7 +146,7 @@ class ProductBuildList < ActiveRecord::Base end def abf_worker_args - file_name = "#{project.owner.uname}-#{project.name}-#{commit_hash}" + file_name = "#{project.name}-#{commit_hash}" opts = {:host => ActionMailer::Base.default_url_options[:host]} opts.merge!({:user => user.authentication_token, :password => ''}) if user.present? srcpath = url_helpers.archive_url(