8000 Exclude bugs with whatwg-resolved in whiteboard · Ritsyy/html-build@6841b14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6841b14

Browse files
committed
Exclude bugs with whatwg-resolved in whiteboard
1 parent 827bccc commit 6841b14
< 8000 /div>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if [ "$DO_UPDATE" == true ] || [ ! -f $HTML_CACHE/w3cbugs.csv ]; then
157157
$QUIET || echo "Downloading list of W3C bugzilla bugs (can be a wee bit slow)..."
158158
curl $($VERBOSE || echo "-s") \
159159
-o $HTML_CACHE/w3cbugs.csv \
160-
'https://www.w3.org/Bugs/Public/buglist.cgi?columnlist=bug_file_loc,short_desc&query_format=advanced&resolution=---&ctype=csv'
160+
'https://www.w3.org/Bugs/Public/buglist.cgi?columnlist=bug_file_loc,short_desc&query_format=advanced&resolution=---&ctype=csv&status_whiteboard=whatwg-resolved&status_whiteboard_type=notregexp'
161161
fi
162162

163163
$QUIET || echo

0 commit comments

Comments
 (0)
0