Add missing file

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-10-06 15:56:33 +01:00
parent 784c24817f
commit 7748b59d5d

11
src/cmd/linuxkit/pkglib/gen Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
set -e
(
echo package pkglib
echo
echo const manifestPushScript = \`
# TODO(ijc) once everything is ported this script can move to this source directory
cat ../../../../scripts/push-manifest.sh
echo \`
) > manifest_push_script.go.new
mv manifest_push_script.go.new manifest_push_script.go