bin/autoproj in autoproj-1.3.0 vs bin/autoproj in autoproj-1.3.1
- old
+ new
@@ -266,10 +266,10 @@
vcs = Autoproj.normalize_vcs_definition(vcs_def)
# Install the OS dependencies required for this VCS
osdeps = Autoproj::OSDependencies.load_default
osdeps.install([vcs.type])
- Autoproj::Manifest.update_source(vcs, "autoproj main configuration", File.join(Dir.pwd, "autoproj"))
+ Autoproj::Manifest.update_source(vcs, "autoproj main configuration", 'autoproj_config', File.join(Dir.pwd, "autoproj"))
# Now write it in the config file
File.open(File.join(Autoproj.config_dir, "config.yml"), "a") do |io|
io.puts <<-EOTEXT
manifest_source: