cli, puppet, langpuppet: Remove puppet GAPI's
I'm currently refactoring the CLI code. Unfortunately this means a pretty big churn in the various GAPI frontends. Since nobody is actively using the puppet frontend code, I'm removing it for now. If someone is actively using it, and wants to either port it to the new API, or sponsor the porting of it to the new API, I'm happy to allow it back in. Sorry Felix, it was a fun idea, and I loved seeing it work, but I can't personally afford the maintenance cost of having this in right now.
This commit is contained in:
@@ -35,7 +35,7 @@ func init() {
|
||||
// TODO: add proper authentication with gpg key signing
|
||||
type Deploy struct {
|
||||
ID uint64
|
||||
Name string // lang, puppet, yaml, etc...
|
||||
Name string // lang, yaml, etc...
|
||||
//Sync bool // wait for everyone to close previous GAPI before switching
|
||||
Noop bool
|
||||
Sema int // sema override
|
||||
|
||||
Reference in New Issue
Block a user