autobuild 1.5.27 → 1.5.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,8 @@
1
+ == Version 1.5.28
2
+ * fix failure when all packages are built in a different prefix than
3
+ Autobuild.prefix. The main log directory was not created, which was leading
4
+ to a failure to create stats.log
5
+
1
6
  == Version 1.5.27
2
7
  * small fixes
3
8
 
@@ -244,6 +244,7 @@ module Autobuild::Subprocess
244
244
 
245
245
  duration = Time.now - start_time
246
246
  Autobuild.add_stat(target, phase, duration)
247
+ FileUtils.mkdir_p(Autobuild.logdir)
247
248
  File.open(File.join(Autobuild.logdir, "stats.log"), 'a') do |io|
248
249
  io.puts "#{target_name} #{phase} #{duration}"
249
250
  end
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.27" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.28" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 27
10
- version: 1.5.27
9
+ - 28
10
+ version: 1.5.28
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-02 00:00:00 +01:00
18
+ date: 2010-12-03 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency