autoproj 1.7.0.b2 → 1.7.0.b3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1105,6 +1105,8 @@ where 'mode' is one of:
1105
1105
  end
1106
1106
  Autoproj::Manifest.update_package_set(vcs, "autoproj main configuration", config_dir)
1107
1107
 
1108
+ Autoproj.change_option "manifest_source", vcs_def.dup, true
1109
+
1108
1110
  # Now write it in the config file
1109
1111
  File.open(File.join(Autoproj.config_dir, "config.yml"), "a") do |io|
1110
1112
  io.puts <<-EOTEXT
@@ -1114,6 +1116,7 @@ manifest_source:
1114
1116
  #{vcs_def.map { |k, v| "#{k}: #{v}" }.join("\n ")}
1115
1117
  EOTEXT
1116
1118
  end
1119
+
1117
1120
  rescue Exception
1118
1121
  if backup_name
1119
1122
  FileUtils.rm_rf config_dir if config_dir
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.0.b2"
2
+ VERSION = "1.7.0.b3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 6629748
4
+ hash: 6629749
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 0
10
- - b2
11
- version: 1.7.0.b2
10
+ - b3
11
+ version: 1.7.0.b3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sylvain Joyeux