1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

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 <abartlet@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
Andrew Bartlett 2015-04-14 12:19:56 +12:00
parent 1b0bfdf64f
commit bc5a4f5227

View File

@ -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") ],