All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] autobuild-run: also check for timeout
@ 2014-09-08 20:17 Peter Korsgaard
  2014-09-08 20:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2014-09-08 20:17 UTC (permalink / raw)
  To: buildroot

Timeout is part of coreutils since v8, so older distributions don't have it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 scripts/autobuild-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index d9f55f3..496f941 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -87,7 +87,7 @@ def check_version():
 
 def check_requirements(http_login, http_password):
     devnull = open(os.devnull, "w")
-    needed_progs = ["make", "git", "gcc"]
+    needed_progs = ["make", "git", "gcc", "timeout"]
     missing_requirements = False
 
     if http_login and http_password:
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] autobuild-run: also check for timeout
  2014-09-08 20:17 [Buildroot] [PATCH] autobuild-run: also check for timeout Peter Korsgaard
@ 2014-09-08 20:21 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-09-08 20:21 UTC (permalink / raw)
  To: buildroot

Dear Peter Korsgaard,

On Mon,  8 Sep 2014 22:17:51 +0200, Peter Korsgaard wrote:
> Timeout is part of coreutils since v8, so older distributions don't have it.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  scripts/autobuild-run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-08 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 20:17 [Buildroot] [PATCH] autobuild-run: also check for timeout Peter Korsgaard
2014-09-08 20:21 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.