From bc5a4f5227917e05a8fc4922f9148b7c5a826a2c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 14 Apr 2015 12:19:56 +1200 Subject: autobuild: Do not consider IDL.pm and Expr.pm changes to make a build bad This allows a different yapp to be installed on the build host without failing the whole autobuild Signed-off-by: Andrew Bartlett Reviewed-by: Jelmer Vernooij --- script/autobuild.py | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index 3c788dd0aea..3c455bd5c26 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -150,6 +150,7 @@ tasks = { ("make", "make", "text/plain"), ("test", "make test", "text/plain"), ("install", "make install", "text/plain"), + ("checkout-yapp-generated", "git checkout lib/Parse/Pidl/IDL.pm lib/Parse/Pidl/Expr.pm", "text/plain"), ("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"), ("clean", "make clean", "text/plain") ], -- cgit v1.2.1