Open directionless opened 5 years ago
myself and @muffins are the only folks with write access to the package repositories. They are hosted in S3. I have a script that takes packages as input, places them into the right directory structure and performs various signing.
For macOS's pkg:
For apt:
For yum:
It would be fairly easy to create pipeline like:
Azure nightly builds packages -> uploads to S3
As well as an Azure pipeline that builds tags -> signs -> uploads to S3
For windows MSI and Chocolatey package:
signtool.exe
to sign osqueryd.exe
, copy this to osqueryi.exe
.\tools\deployment\make_windows_package.ps1
to generate a .nupkg
and .msi
signtool.exe
to sign the .msi
Who has access to the package repositories? How do they work. Etc.
Would we want to think about https://packagecloud.io/ or some other hosted entity?
Relates to: #4