summaryrefslogtreecommitdiffstats
path: root/bugscan.rb
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2020-04-16 13:52:14 +0200
committerDan Fandrich <dan@coneharvesters.com>2020-04-16 14:09:13 +0200
commit0bc6de6f0102cc78d5ac8ad2750f908a9b409a1a (patch)
treed893df0a9f69329db4ec003d3f37f7428fda3dbe /bugscan.rb
parent1ffc36ab7b1e5d9790170c70cfd7f9affbf0a734 (diff)
downloadautobuild-0bc6de6f0102cc78d5ac8ad2750f908a9b409a1a.tar
autobuild-0bc6de6f0102cc78d5ac8ad2750f908a9b409a1a.tar.gz
autobuild-0bc6de6f0102cc78d5ac8ad2750f908a9b409a1a.tar.bz2
autobuild-0bc6de6f0102cc78d5ac8ad2750f908a9b409a1a.tar.xz
autobuild-0bc6de6f0102cc78d5ac8ad2750f908a9b409a1a.zip
Add rust & fix C# detection and add a few more detected bugs.
Diffstat (limited to 'bugscan.rb')
-rw-r--r--bugscan.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bugscan.rb b/bugscan.rb
index f3f25f0..a5f8b6d 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -12,5 +12,7 @@ $bug_matches = {
"^ File not found:" => "err_packagedfilemissing",
"SyntaxError: Missing parentheses in call to 'print'." => "err_python3", # e.g. pyzy
"ERROR: ambiguous python shebang" => "err_python3", # e.g. scid
+ "%py2_build" => "err_python3", # e.g. obapps
"libtool: compile: unable to infer tagged configuration" => "err_libtool", # e.g. mcal
+ "XMvn was unable to resolve artifact" => "err_javadep", # e.g. mnemonicsetter
}