lib/heirloom/archive/builder.rb in heirloom-0.6.1 vs lib/heirloom/archive/builder.rb in heirloom-0.7.0rc1
- old
+ new
@@ -32,12 +32,10 @@
create_artifact_record
add_git_commit if args[:git]
- @logger.info "Build complete."
-
@local_build
end
private
@@ -68,10 +66,10 @@
attributes = { 'built_by' => "#{user}@#{hostname}",
'built_at' => Time.now.utc.iso8601,
'encrypted' => encrypted?,
'base' => @base,
'id' => @id }
- @logger.info "Create artifact record #{@id}."
+ @logger.info "Adding entry #{@id}."
sdb.put_attributes @domain, @id, attributes
end
def encrypted?
@secret != nil