autoproj 2.0.0.b2 → 2.0.0.b3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2c8af79b50be1a3374d16bb769a5f8ca0015638
4
- data.tar.gz: 355d629ec40fca2793098e454aee5a71e745a2f3
3
+ metadata.gz: d2b05bafc4c96b4053e76d6b38c17ebdc98ce721
4
+ data.tar.gz: ea3fbf9692d6d1182cd7135674c3fb24b4fd6053
5
5
  SHA512:
6
- metadata.gz: c0c2f5ea2df76ec3ac590a0fd9c4bd7d9b7f48c9c1812b1e371ebb736d533d36fc0a534dd93e1328fea9f6753b30e1eec798ee5280c2ba7f3c1ae5cf4f867bef
7
- data.tar.gz: 83a685f81470eab8d5be0b4ec400b997568c2d91f83987bf42bf655b75a5c4032b1a688a19e4b3fdee570ce9219adcc8b2087606aa07ec2a1b8d6f60d9d76349
6
+ metadata.gz: 930887517e856a5ac03072592c646713aa542bfdec9f5674a84ad28f46ce76ee7ac8fa836a5d1ea716f4c41ca7da20b2661f406bcd2f68d2c701a7f7ccf2a666
7
+ data.tar.gz: 59e6cebb547409fb292a67b9695ac345918cd00340fa03dd3f699083e4b1062394d3b5714c06b1621e34e61076128f5c7019629382658dc808b3fad94f6d9685
@@ -71,9 +71,6 @@ module Autoproj
71
71
 
72
72
  def run(buildconf_info, options)
73
73
  ws = Workspace.new(root_dir)
74
- if config_path = options[:seed_config]
75
- FileUtils.cp config_path, File.join(ws.config_dir, 'config.yml')
76
- end
77
74
 
78
75
  ws.setup
79
76
  install_autoproj_gem_in_new_root(ws)
@@ -82,6 +79,9 @@ module Autoproj
82
79
  switcher = Ops::MainConfigSwitcher.new(ws)
83
80
  begin
84
81
  switcher.bootstrap(buildconf_info, options)
82
+ if config_path = options[:seed_config]
83
+ FileUtils.cp config_path, File.join(ws.config_dir, 'config.yml')
84
+ end
85
85
 
86
86
  STDERR.puts <<-EOTEXT
87
87
 
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "2.0.0.b2"
2
+ VERSION = "2.0.0.b3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.b2
4
+ version: 2.0.0.b3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rock Core Developers