operable / go-relay

Cog Relay written in Go supporting Docker and native command bundles
Other
4 stars 9 forks source link

Run Engine.SetAvailable() on all engines #47

Closed ctrochalakis closed 7 years ago

ctrochalakis commented 8 years ago

SetAvailable() was invoked only for the docker engine, since it is the only engine that actually hooks its fetching logic there.

The side-effect was that a new engine would not have an entry point for fetching a bundle.

kevsmith commented 8 years ago

@ctrochalakis Could you sign the CLA (available from the above details link) so we can merge your PR?

ctrochalakis commented 8 years ago

Hello @kevsmith, I think it should be ok now.

kevsmith commented 7 years ago

Merged! Thanks!