Increase allowed warnings limit
Upstream svn/trunk just introduced a bunch of new warnings. Piggy-back change to interpret "From:" lines in SVN to be imported as proper authorship information.
This commit is contained in:
parent
08925b24a4
commit
f749fe54fa
3 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,7 @@ from bs4 import BeautifulSoup
|
|||
# then script will return with status 1. Simply change this line if you
|
||||
# want to set a different limit.
|
||||
#
|
||||
MAX_ISSUES = 113
|
||||
MAX_ISSUES = 120
|
||||
|
||||
|
||||
def summary_values(summary_table):
|
||||
|
|
|
@ -23,7 +23,7 @@ import sys
|
|||
# then script will return with status 1. Simply change this line if you
|
||||
# want to set a different limit.
|
||||
#
|
||||
MAX_ISSUES = 357
|
||||
MAX_ISSUES = 388
|
||||
|
||||
# For recognizing warnings in GCC format in stderr:
|
||||
#
|
||||
|
|
|
@ -35,6 +35,7 @@ git_svn_clone_dosbox () {
|
|||
|
||||
local -r authors_file=$PWD/svn-dosbox-authors
|
||||
git -C "$repo_name" svn fetch \
|
||||
--use-log-author \
|
||||
--authors-file="$authors_file"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue