restored log file path
This commit is contained in:
parent
8392363d49
commit
999a134221
@ -1,6 +1,5 @@
|
||||
|
||||
class Baguette::Context
|
||||
#class_property logfile_path = "#{@working_directory}/#{@recipe.not_nil!.working_uuid}.log"
|
||||
class_property logfile_path = "/tmp/package-create.log"
|
||||
class_property no_logfile = false
|
||||
end
|
||||
|
@ -173,6 +173,9 @@ begin
|
||||
recipes.each do |recipe|
|
||||
latest_build_dir = recipe.building_directory
|
||||
|
||||
Baguette::Context.logfile_path = "#{context.working_directory}/"
|
||||
Baguette::Context.logfile_path += "#{@recipe.working_uuid}.log"
|
||||
|
||||
Baguette::Log.title recipe.name
|
||||
|
||||
recipe.download
|
||||
|
Reference in New Issue
Block a user