mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Add missing file
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
784c24817f
commit
7748b59d5d
11
src/cmd/linuxkit/pkglib/gen
Executable file
11
src/cmd/linuxkit/pkglib/gen
Executable 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
|
Loading…
Reference in New Issue
Block a user