Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#core
Title
# core
t
theopolis
09/11/2020, 2:05 PM
I want to try out the change log generation script this time :D
@seph
did you write a script to produce this change?
https://github.com/osquery/osquery/pull/6492
s
seph
09/11/2020, 3:07 PM
The change log? Yeah, lemme find where I left it.
And by “script” I mean hacky golang mess 🙂
t
theopolis
09/11/2020, 3:15 PM
What other definition of "script" is there?
s
seph
09/11/2020, 3:18 PM
bash
https://github.com/osquery/packaging-tools/pull/1
I left some hooks to take the tags on the commit, and try to guess what the CHANGELOG section should be. Right now it only ever returns “FIXME” but there’s a function waiting
Anyhow. I think we should approve and merge that. and you can try it.
It is… vastly more complicated than
git log --oneline
because we have rebase commits and I got fancy
12 Views
Post