Hi osquery team, i found the file's name after bui...
# general
w
Hi osquery team, i found the file's name after building osquery going like "osquery_5.4.0-1.linux_amd64.deb", i want to know where does "-1.linux" come from? and how could i delete it from generated package's name?
s
You would need to change one of the osquery-packaging CMake, it’s not currently configurable via options: https://github.com/osquery/osquery-packaging/blob/4caa2c54f0d893c1efa47932571046bbce156c52/platform/linux/common.cmake#L10-L11
s
You can also rename that, after the build
w
well rename it not working i think because pkg info still contains it. FVFHXXXXX:Downloads$ dpkg --info osquery_5.4.0-1.linux_amd64.deb new Debian package, version 2.0. size 17959824 bytes: control archive=7665 bytes. 43 bytes, 2 lines conffiles 280 bytes, 11 lines control 19338 bytes, 242 lines md5sums 583 bytes, 23 lines postinst #!/bin/sh Architecture: amd64 Depends: libc6 (>=2.12), zlib1g Description: osquery is an operating system instrumentation toolchain. Homepage: https://osquery.io Maintainer: osquery@osquery.io Package: osquery Priority: extra Section: default Version: 5.4.0-1.linux Installed-Size: 464229