autobuild 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/Changes.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == Version 1.2.5
2
+ * really fix the git fetch phase
3
+ * fix a dependency issue between code generation and CMake configuration
4
+ in the orogen package type
5
+
1
6
  == Version 1.2.4
2
7
  * git update phase now fetches the repository and branch specified by the
3
8
  autobuild script. It previously was using remote tracking branches. This
@@ -51,6 +51,7 @@ module Autobuild
51
51
  ensure_dependencies_installed
52
52
  configure
53
53
  end
54
+ task "#{name}-prepare" => configurestamp
54
55
 
55
56
  source_tree srcdir do |pkg|
56
57
  pkg.exclude << Regexp.new("^#{Regexp.quote(builddir)}")
@@ -17,7 +17,7 @@ module Autobuild
17
17
 
18
18
  @orogen_file ||= "#{File.basename(name)}.orogen"
19
19
 
20
- task "#{name}-prepare" => genstamp
20
+ file configurestamp => genstamp
21
21
  file genstamp => File.join(srcdir, orogen_file) do
22
22
  regen
23
23
  end
data/lib/autobuild.rb CHANGED
@@ -3,6 +3,6 @@ require 'autobuild/reporting'
3
3
  require 'autobuild/package'
4
4
 
5
5
  module Autobuild
6
- VERSION = "1.2.4" unless defined? Autobuild::VERSION
6
+ VERSION = "1.2.5" unless defined? Autobuild::VERSION
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-14 00:00:00 +02:00
12
+ date: 2008-10-16 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency