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