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 +5 -0
- data/lib/autobuild/configurable.rb +1 -0
- data/lib/autobuild/packages/orogen.rb +1 -1
- data/lib/autobuild.rb +1 -1
- metadata +2 -2
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
|
data/lib/autobuild.rb
CHANGED
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
|
+
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-
|
12
|
+
date: 2008-10-16 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|