-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ian Maddaus <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
components/docs-chef-io/content/habitat/package_support/sync_on_prem_builder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
19 changes: 0 additions & 19 deletions
19
components/docs-chef-io/content/habitat/package_support/syncing_on_prem_builder.md
This file was deleted.
Oops, something went wrong.