autoproj 2.0.0.b3 → 2.0.0.b4

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: d2b05bafc4c96b4053e76d6b38c17ebdc98ce721
4
- data.tar.gz: ea3fbf9692d6d1182cd7135674c3fb24b4fd6053
3
+ metadata.gz: 31a5deff3e519ceaa302a3b880fdc35e22425666
4
+ data.tar.gz: f544c069cf0e54c9144bd36f589f906ab888f55b
5
5
  SHA512:
6
- metadata.gz: 930887517e856a5ac03072592c646713aa542bfdec9f5674a84ad28f46ce76ee7ac8fa836a5d1ea716f4c41ca7da20b2661f406bcd2f68d2c701a7f7ccf2a666
7
- data.tar.gz: 59e6cebb547409fb292a67b9695ac345918cd00340fa03dd3f699083e4b1062394d3b5714c06b1621e34e61076128f5c7019629382658dc808b3fad94f6d9685
6
+ metadata.gz: 7f5db94139325244e2269041a71f16924cfffc13480abe21d9d4a2e0fc2a5874677fe683de3728238318969cea59462b6cd6efea05d4fbb6237ce077195b4f1f
7
+ data.tar.gz: 8986e5242f4ac664742cfa3df29d6ba3815cf156ec2a2a188ee968711494d1963641544dcf6d95e54f78dffb2c1080e40f7b79ff08931be06fc43c4ce829d288
@@ -76,10 +76,12 @@ module Autoproj
76
76
  install_autoproj_gem_in_new_root(ws)
77
77
  restart_if_needed(ws)
78
78
 
79
+ seed_config = options.delete(:seed_config)
80
+
79
81
  switcher = Ops::MainConfigSwitcher.new(ws)
80
82
  begin
81
83
  switcher.bootstrap(buildconf_info, options)
82
- if config_path = options[:seed_config]
84
+ if seed_config
83
85
  FileUtils.cp config_path, File.join(ws.config_dir, 'config.yml')
84
86
  end
85
87
 
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "2.0.0.b3"
2
+ VERSION = "2.0.0.b4"
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.b3
4
+ version: 2.0.0.b4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rock Core Developers