autoproj 1.7.0.b2 → 1.7.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.
- data/lib/autoproj/cmdline.rb +3 -0
- data/lib/autoproj/version.rb +1 -1
- metadata +3 -3
data/lib/autoproj/cmdline.rb
CHANGED
|
@@ -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
|
data/lib/autoproj/version.rb
CHANGED
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:
|
|
4
|
+
hash: 6629749
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 1.7.0.
|
|
10
|
+
- b3
|
|
11
|
+
version: 1.7.0.b3
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Sylvain Joyeux
|