From 63f9fb3569b3ce28bacb6f0ad4d49d837d333317 Mon Sep 17 00:00:00 2001 From: John Howard Date: Sat, 31 Oct 2015 11:39:19 -0700 Subject: [PATCH] Windows: Fix native exec template Signed-off-by: John Howard Upstream-commit: be2f53ece8a57907ec9a1855f4d0c06a086c206b Component: engine --- .../{default_template.go => default_template_linux.go} | 0 .../execdriver/native/template/default_template_unsupported.go | 3 +++ 2 files changed, 3 insertions(+) rename components/engine/daemon/execdriver/native/template/{default_template.go => default_template_linux.go} (100%) create mode 100644 components/engine/daemon/execdriver/native/template/default_template_unsupported.go diff --git a/components/engine/daemon/execdriver/native/template/default_template.go b/components/engine/daemon/execdriver/native/template/default_template_linux.go similarity index 100% rename from components/engine/daemon/execdriver/native/template/default_template.go rename to components/engine/daemon/execdriver/native/template/default_template_linux.go diff --git a/components/engine/daemon/execdriver/native/template/default_template_unsupported.go b/components/engine/daemon/execdriver/native/template/default_template_unsupported.go new file mode 100644 index 0000000000..b01ec1d70d --- /dev/null +++ b/components/engine/daemon/execdriver/native/template/default_template_unsupported.go @@ -0,0 +1,3 @@ +// +build !linux + +package template