Code Monkey home page Code Monkey logo

Comments (3)

theopolis avatar theopolis commented on August 28, 2024 1

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

from foundation.

theopolis avatar theopolis commented on August 28, 2024

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:

  • Unpackage and sign the binaries using my certificate.
  • Repackage and sign the pkg
  • Upload to S3

For apt:

For yum:

  • Use rpmsign to sign the rpms
  • Use createrepo to manage the repo
  • Upload the output directory tree to S3

from foundation.

muffins avatar muffins commented on August 28, 2024

For windows MSI and Chocolatey package:

  • Build locally
  • Use signtool.exe to sign osqueryd.exe, copy this to osqueryi.exe
  • Use the .\tools\deployment\make_windows_package.ps1 to generate a .nupkg and .msi
  • Sign using signtool.exe to sign the .msi
  • Upload both to S3 and Chocolatey

from foundation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.