Skip to content

Commit

Permalink
Temporarily force crawl of discontinued RFCs (#1095)
Browse files Browse the repository at this point in the history
The status of some RFCs that used to be crawled by Reffy has recently (and
correctly) been switched to discontinued, see list in:
w3c/browser-specs#327 (comment)

There are a bunch (*) of specs that still reference these discontinued specs.
This update makes Reffy continue to crawl the RFCs to give us more time to
update all specs, or at least to alert them that they need some update.

(*) I will prepare an explicit list of such specs.
  • Loading branch information
tidoust committed Nov 24, 2023
1 parent 1e0e0f0 commit f5d729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run Reffy's crawler
run: |
mkdir report
node_modules/.bin/reffy --post csscomplete --post annotatelinks --post patchdfns --output report --fallback ed/index.json --spec all DOM-Level-2-Style selectors-nonelement-1 tracking-dnt
node_modules/.bin/reffy --post csscomplete --post annotatelinks --post patchdfns --output report --fallback ed/index.json --spec all DOM-Level-2-Style selectors-nonelement-1 tracking-dnt rfc7230 rfc7231 rfc7232 rfc7233 rfc7234 rfc7235 rfc7538 rfc7540
# Update another Webref checkout to reduce the chances that the version we
# checked out is no longer in sync with origin by the time the crawl is over
Expand Down

0 comments on commit f5d729e

Please sign in to comment.