update generated data files

This commit is contained in:
Cory Bennett
2017-08-27 19:41:49 -07:00
parent 21add544dc
commit c89f11d5b5
80 changed files with 940 additions and 179 deletions
+4
View File
@@ -123,3 +123,7 @@ export JIRACLOUD=1
prove:
chmod -R g-rwx,o-rwx $(GNUPGHOME)
OSHT_VERBOSE=1 prove -v
generate:
cd schemas && ./fetch-schemas.py
grep -h slipscheme jiradata/*.go | grep json | sort | uniq | awk -F\/\/ '{print $$2}' | while read cmd; do $$cmd; done