autoproj 1.7.15.rc1 → 1.7.15.rc2

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.
@@ -15,7 +15,10 @@
15
15
 
16
16
  file.osdeps-ruby19
17
17
 
18
- after a file.osdeps "normal" file gets loaded.
18
+ after a file.osdeps "normal" file gets loaded. It will allow in the long run
19
+ to use OS packages in version-dependent setup (i.e. different packages for
20
+ ruby 1.8 and 1.9 for instance)
21
+ * fix the auto-add feature
19
22
 
20
23
  = Version 1.7.14
21
24
  * fix support for local package sets, i.e. package sets that are saved in
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.15.rc1"
2
+ VERSION = "1.7.15.rc2"
3
3
  end
@@ -1,10 +1,11 @@
1
1
  function acd {
2
2
  local pkg_path
3
- pkg_path=$(autoproj locate $1 | tail -1)
3
+ pkg_path=$(autoproj locate $1)
4
4
 
5
5
  if [ $? != 0 ]; then
6
6
  return 1
7
7
  else
8
+ pkg_path=$(echo $pkg_path | tail -1)
8
9
  cd $pkg_path
9
10
  return 0
10
11
  fi
@@ -1,10 +1,11 @@
1
1
  function acd {
2
2
  local pkg_path
3
- pkg_path=$(autoproj locate $1 | tail -1)
3
+ pkg_path=$(autoproj locate $1)
4
4
 
5
5
  if [ $? != 0 ]; then
6
6
  return 1
7
7
  else
8
+ pkg_path=$(echo $pkg_path | tail -1)
8
9
  cd $pkg_path
9
10
  return 0
10
11
  fi
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424063
4
+ hash: 15424057
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 15
10
10
  - rc
11
- - 1
12
- version: 1.7.15.rc1
11
+ - 2
12
+ version: 1.7.15.rc2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-12-02 00:00:00 Z
20
+ date: 2012-01-10 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: autobuild
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  requirements: []
198
198
 
199
199
  rubyforge_project: autobuild
200
- rubygems_version: 1.8.10
200
+ rubygems_version: 1.8.12
201
201
  signing_key:
202
202
  specification_version: 3
203
203
  summary: Easy installation and management of software packages