tfixup! Implement Dockerfile parsing through blends. - arm-sdk - os build toolkit for various embedded devices
HTML git clone https://git.parazyd.org/arm-sdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit d56486e84944ab03079d65acb09f60d2227e6751
DIR parent 7099be91554a39285ae8a10c8f1cae1720852910
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 18 Sep 2018 16:40:30 +0200
fixup! Implement Dockerfile parsing through blends.
Diffstat:
M sdk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/sdk b/sdk
t@@ -128,7 +128,7 @@ blend_postinst() {
ckreq || return 1
notice "executing blend postinst"
- cat << ___EOF___ | sudo tee \$strapdir/blendpostinst
+ cat << ___EOF___ | sudo tee \$strapdir/blendpostinst >/dev/null
${parsedfile}
___EOF___