Skip to content

Commit

Permalink
Edit builder sync page
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Dec 2, 2024
1 parent 83dee3f commit ac8f3ec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
+++
title = "Syncing packages to the on-prem Habitat Builder"

gh_repo = "habitat"

[menu]
[menu.habitat]
title = "Syncing to on-prem Builder"
identifier = "habitat/packages/support/syncing_packages_to_on_prem_builder"
parent = "habitat/packages/support"
weight = 13
+++

To sync packages hosted by the core, chef, and chef-platform origins with on-prem deployments of Habitat Builder,
we've created scripts to sync packages from the public Habitat Builder.
These scripts fetch packages released through the LTS and innovation channels.

The sync script does the following:

1. It performs a pre-flight check that returns a list of packages under the core origin for that channel (for example, LTS-YYYY or Innovation-YYYY) that aren't created or maintained by Progress Chef.
1. If proceeding with the script:
1. Those packages are demoted to the unstable channel.
1. Packages are downloaded from the channel specified (for example, LTS-YYYY or Innovation-YYYY) from the public Habitat Builder and uploaded to the on-prem Builder.

This file was deleted.

0 comments on commit ac8f3ec

Please sign in to comment.