summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-04-14 12:19:56 +1200
committerAndrew Bartlett <abartlet@samba.org>2015-04-15 05:58:19 +0200
commitbc5a4f5227917e05a8fc4922f9148b7c5a826a2c (patch)
tree1c02e4e14bf86ab0c9d8de191546070335b5f1a6 /script
parent1b0bfdf64f40fd743c8257ebe8f2f82478c95dbb (diff)
downloadsamba-bc5a4f5227917e05a8fc4922f9148b7c5a826a2c.tar.gz
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>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py1
1 files changed, 1 insertions, 0 deletions
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") ],