Deployed 1a56634 with MkDocs version: 1.4.2

This commit is contained in:
2023-04-05 08:18:56 +00:00
parent ccb0004514
commit 3bbfc50792
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -798,17 +798,17 @@
<h2 id="syncing-composes">Syncing Composes<a class="headerlink" href="#syncing-composes" title="Permanent link">&para;</a></h2>
<p>Syncing utilizes the sync scripts provided in the release engineering toolkit.</p>
<p>When the scripts are being ran, they are usually ran with a specific purpose, as each major version may be different.</p>
<p>For SIG's, the only files you'll need to know of are <code>sync-to-staging-sig.sh</code> and <code>sync-to-prod-sig.sh</code>. The former syncs a specific sig over to staging. As of this writing, the latter syncs everything in staging to production. <strong>Both scripts will delete packages and data that are no longer in the compose.</strong></p>
<p>For SIG's, the only files you'll need to know of are <code>sync-to-staging-sig.sh</code> and <code>sync-to-prod-sig.sh</code>. <strong>Both scripts will delete packages and data that are no longer in the compose.</strong></p>
<div class="highlight"><pre><span></span><code># The below syncs the core 8 repos to staging
RLVER=8 bash sync-to-staging-sig.sh core
# The below syncs the core 9 repos to staging
RLVER=9 bash sync-to-staging-sig.sh core
# The below syncs everything in staging for 8 to prod
RLVER=8 bash sync-to-prod-sig.sh
# The below syncs everything in staging for 8 core to prod
RLVER=8 bash sync-to-prod-sig.sh core
# The below syncs everything in staging for 9 to prod
RLVER=9 bash sync-to-prod-sig.sh
# The below syncs everything in staging for 9 core to prod
RLVER=9 bash sync-to-prod-sig.sh core
</code></pre></div>
<p>Once staging is completed and reviewed, it is synced to production.</p>
<div class="highlight"><pre><span></span><code>bash sync-file-list-parallel.sh