This repo copies *.idl
files from reffy-reports
into interfaces/ in wpt.
You need Python 2 and pip:
sudo apt install python python-pip
Then install the dependencies:
pip install --user -r requirements.txt
The python scripts need GH_TOKEN
environment variable set to a
personal access token with the
"Access public repositories" (public_repo) scope enabled.
Then, run bash update.sh
.