From 253ba153c7c6ee267087d170ad2a2500a3189aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 2 Apr 2020 04:00:03 +0000 Subject: [PATCH] build-stream: add a TODO! --- build-stream | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-stream b/build-stream index 72a5ff9..1706cf0 100755 --- a/build-stream +++ b/build-stream @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +''' +TODO factor this out with the ./build-buildroot setup which is more advanced. +''' + import os import shutil