puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

(PA-5908) temp PR for updating pxp-agent tag #2456

Closed amitkarsale closed 9 months ago

joshcooper commented 9 months ago

Rather than doing this (which won't work because only a subset of platforms were built) it's better to run the vanagon generic builder pipeline with VANAGON_REPO_BRANCH=202312201 and BUILD_TARGETS=osx-14-arm64. The pipeline will build and promote only those "new" platforms to the existing directory https://builds.delivery.puppetlabs.net/pxp-agent/202312201/artifacts/

The only time this doesn't work is if you need changes in the pxp-agent-vanagon repo that were merged after the 202312201 tag. In which case, you have to run the entire tag and build pxp-agent-vanagon pipeline for all platforms.

amitkarsale commented 9 months ago

Thanks for the tip @joshcooper