autobuild: Do not consider IDL.pm and Expr.pm changes to make a build bad
authorAndrew Bartlett <abartlet@samba.org>
Tue, 14 Apr 2015 00:19:56 +0000 (12:19 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Apr 2015 03:58:19 +0000 (05:58 +0200)
This allows a different yapp to be installed on the build host without failing
the whole autobuild

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
script/autobuild.py

index 3c788dd0aea648ee9b72ef9818197d69833a5837..3c455bd5c2641953f0fad16b47f65b249fdf8826 100755 (executable)
@@ -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") ],