lib/autoproj/cli/build.rb in autoproj-2.0.1 vs lib/autoproj/cli/build.rb in autoproj-2.0.2
- old
+ new
@@ -19,10 +19,10 @@
build_options, options = filter_options options,
force: false,
rebuild: false,
parallel: nil
- command_line_selection, source_packages, osdep_packages =
+ command_line_selection, source_packages, _osdep_packages =
super(selected_packages, options.merge(checkout_only: true))
parallel = build_options[:parallel] || ws.config.parallel_build_level
return if source_packages.empty?