diff mbox

[PATCHv2,buildroot-test,11/11] autobuild-run: extend TODO list

Message ID 1413747007-24990-12-git-send-email-patrickdepinguin@gmail.com
State Superseded
Headers show

Commit Message

Thomas De Schampheleire Oct. 19, 2014, 7:30 p.m. UTC
From: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Some misc. additions to the autobuild-run TODO list.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
---
v2: new patch

 scripts/autobuild-run | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 4803fa1..053b488 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -47,6 +47,14 @@ 
 # - Instead of excluding all configurations that have
 #   BR2_PACKAGE_CLASSPATH=y, improve the script to detect whether the
 #   necessary host machine requirements are there to build classpath.
+# - Integrate method check-requirements with the SysInfo class, distinghuishing
+#   between required and optional dependencies.
+# - Extend required dependencies to subversion, mercurial, cpio, wget, python,
+#   etc.
+# - Detect selection of multiple virtual package providers and don't consider it
+#   a failure
+# - Properly handle kill of main script: stop all running children and do not
+#   print out stacktraces
 
 """autobuild-run - run Buildroot autobuilder