Flatten out v1 and v2_alpha directories

As a side effect, I got rid of all of the horrible symlinks and just put
in all of the proper relative paths. Because the horrible symlinks were
horrible.
This commit is contained in:
Daniel Wagner-Hall 2015-11-30 11:22:57 +00:00
parent 1a4a9af9a7
commit 6c66bfc755
123 changed files with 52 additions and 77 deletions

View file

@ -5,7 +5,7 @@ set -ex
(cd event-schemas/ && ./check_examples.py)
(cd api && ./check_examples.py)
(cd scripts && ./gendoc.py -v)
(cd api && npm install && node validator.js -s "client-server/v1" && node validator.js -s "client-server/v2_alpha")
(cd api && npm install && node validator.js -s "client-server")
(cd event-schemas/ && ./check.sh)
: ${GOPATH:=${WORKSPACE}/.gopath}