From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Fri, 12 Dec 2014 21:04:54 +0100 Subject: [Buildroot] [PATCH v5 09/11] autobuild-run: extend TODO list In-Reply-To: <1418414696-32584-1-git-send-email-patrickdepinguin@gmail.com> References: <1418414696-32584-1-git-send-email-patrickdepinguin@gmail.com> Message-ID: <1418414696-32584-10-git-send-email-patrickdepinguin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Thomas De Schampheleire Some misc. additions to the autobuild-run TODO list. Signed-off-by: Thomas De Schampheleire --- scripts/autobuild-run | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/autobuild-run b/scripts/autobuild-run index 198c7bc..237d443 100755 --- a/scripts/autobuild-run +++ b/scripts/autobuild-run @@ -47,6 +47,17 @@ # - 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 +# - Fix problem in removal of output directory: sometimes this fails with +# message 'directory not empty' which suggests that someone is writing to the +# directory at the time of removal. """autobuild-run - run Buildroot autobuilder -- 1.8.5.1