cutarelease can't handle this file yet (type detection)?
This commit is contained in:
parent
135163e3a9
commit
07b2bbf6c4
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/tmp
|
||||
/npm-debug.log
|
||||
|
|
2
Makefile
2
Makefile
|
@ -8,5 +8,5 @@ versioncheck:
|
|||
@echo Version check ok.
|
||||
|
||||
cutarelease: versioncheck
|
||||
./tools/cutarelease.py -f package.json -f lib/bunyan.js -f bin/bunyan
|
||||
./tools/cutarelease.py -f package.json -f lib/bunyan.js
|
||||
|
||||
|
|
1
TODO.md
1
TODO.md
|
@ -1,3 +1,4 @@
|
|||
- cutarelease -f bin/bunyan (doesn't work right now)
|
||||
- expand set of fields: from dap
|
||||
time, hostname
|
||||
<https://github.com/Graylog2/graylog2-docs/wiki/GELF>
|
||||
|
|
Loading…
Reference in a new issue