[webauthn] Pull Request: update bikeshed cache

equalsJeffH has just submitted a new pull request for https://github.com/w3c/webauthn:

== update bikeshed cache ==
hope I did it correctly, my bikeshed install is not the same as that assumed in the the instructions in README.md

Here's what I did:
```
pip3 install --upgrade bikeshed && bikeshed update  # update bikeshed program & data when pip3 has been used for install

cd <local webauthn repo clone>
git remote update
git co master
git pull
git co -b <new branch name>

cat update-bikeshed-cache.sh    # to see what it does...

# manually do the two copy operations that update-bikeshed-cache.sh does, using appropriate paths...
/bin/cp -a -f ~/.local/lib/python3.8/site-packages/bikeshed/spec-data/* ./.spec-data/
/bin/cp -a -f ~/.local/lib/python3.8/site-packages/bikeshed/boilerplate/webauthn/* ./.bikeshed-include/

git add .spec-data/ .bikeshed-include/
git commit
git push origin <new branch name>
```




See https://github.com/w3c/webauthn/pull/1551


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 21 January 2021 00:21:27 UTC