https://github.com/osquery/osquery logo
#fleet
Title
# fleet
d

Dan Achin

03/19/2021, 5:51 PM
hi. Does this mean that fleet was upgraded without first running prepare db?
Copy code
"version": "3.9.0-dirty",
z

zwass

03/19/2021, 5:55 PM
No, it means that the Fleet binary was built in a git directory with uncommitted changes. Is this an official binary?
🙏 1
d

Dan Achin

03/19/2021, 6:19 PM
oh...interesting
AFAIK we pull from your repo into our own
I'll check with our Tools team to see what happened
thanks
z

zwass

03/19/2021, 6:29 PM
It's possible we accidentally generated the binary in that state -- if so it was a mistake
I don't think that's the case though. I get the expected version on both the Docker container and the Linux binary.
d

Dan Achin

03/19/2021, 6:43 PM
ok, thanks for that. I'll note
FYI, it looks like we were building with a different version of golang. we've upgraded on our end to resolve the 'dirty' flag
z

zwass

03/23/2021, 6:48 PM
The go version won't give you
-dirty
... that only comes from having a dirty working tree in Git.
d

Dan Achin

03/23/2021, 7:11 PM
hmm
well, that's what I got from our Tools team and the change made supposedly fixed the rpm on our side. maybe it was transitory or maybe it was something else on our end. 🤷‍♂️
z

zwass

03/23/2021, 7:16 PM
They easily could have also intentionally or not removed any uncommitted changes which would have solved it
2 Views