Move proto files into more globally accessible spot

This commit is contained in:
sophia 2021-01-07 11:55:52 -06:00 committed by Paul Hinze
parent 82e3dd55ad
commit a11f5a4dbf
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
10 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,8 @@
require_relative "util/ssh"
require_relative "action/builtin/mixin_synced_folders"
require 'proto/gen/plugin/core_pb'
require "digest/md5"
require "thread"

View File

@ -1,7 +1,7 @@
require "vagrant/plugin/v2/plugin"
require_relative 'proto/gen/ruby-server_pb'
require_relative 'proto/gen/ruby-server_services_pb'
require 'proto/gen/ruby-server_pb'
require 'proto/gen/ruby-server_services_pb'
module VagrantPlugins
module CommandServe

View File

@ -1,6 +1,6 @@
require_relative 'proto/gen/plugin/plugin_pb'
require_relative 'proto/gen/plugin/plugin_services_pb'
require 'proto/gen/plugin/plugin_pb'
require 'proto/gen/plugin/plugin_services_pb'
require 'logger'
module VagrantPlugins
@ -42,7 +42,7 @@ module VagrantPlugins
end
def machine_arg_to_machine(req)
end
def action_up_spec(req, _unused_call)