osquery / foundation

osquery Foundation Charter, Legal, and Process Documents
http://osquery.io
Other
12 stars 7 forks source link

Linux package repositories #26

Open directionless opened 5 years ago

directionless commented 5 years ago

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

theopolis commented 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:

theopolis commented 5 years ago

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

muffins commented 5 years ago

For windows MSI and Chocolatey package: