Remove plugin registration generation step
This change removes the generation of command/plugin.go so that plugin registration can be managed manually. As we begin to break out plugins we will need to begin modifying this file, possibly with stubs to allow for the removal of plugins without breaking Packer's backwards compatibility with 1.7.0. After 1.8.0 is released we should be able to revet these changes so that we can continue to generate the plugin file for those plugins core to Packer.
This commit is contained in:
parent
9a1f2d0c97
commit
edd4567096
|
@ -1,7 +1,3 @@
|
|||
//
|
||||
// This file is automatically generated by scripts/generate-plugins.go -- Do not edit!
|
||||
//
|
||||
|
||||
package command
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue