Skip to content

Commit

Permalink
Meta: remove annotation system and update deploy infrastructure
Browse files Browse the repository at this point in the history
Now with the reduplicated deploy.sh script and no more commit snapshots
for commits not on master. See whatwg/meta#11.

Fixes #119.
  • Loading branch information
annevk committed Feb 23, 2017
1 parent 7fb5717 commit c3a1655
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3,363 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/xhr.spec.whatwg.org/
deploy_key
deploy_key.pub
deploy.sh
xhr.html
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ language: generic
env:
global:
- ENCRYPTION_LABEL="19c738b99574"
install:
- curl -O https://sideshowbarker.net/nightlies/jar/vnu.jar
- DEPLOY_USER="annevankesteren"

script:
- bash ./deploy.sh
- /usr/lib/jvm/java-8-oracle/jre/bin/java -jar vnu.jar --skip-non-html /home/travis/build/whatwg/xhr
- make deploy

notifications:
email:
on_success: never
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ local: xhr.bs

remote: xhr.bs
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > xhr.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"

deploy: xhr.bs
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ If you want to preview the spec locally, you can either use a locally installed
running `make remote`.

If you want to do a complete "local deploy" including commit and/or branch snapshots, run

```
./deploy.sh --local
```
`make deploy`.

### Merge policy

Expand Down
109 changes: 0 additions & 109 deletions annotate_spec.js

This file was deleted.

99 changes: 0 additions & 99 deletions deploy.sh

This file was deleted.

Loading

0 comments on commit c3a1655

Please sign in to comment.