Deployed 1a56634
with MkDocs version: 1.4.2
This commit is contained in:
parent
ccb0004514
commit
3bbfc50792
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
@ -798,17 +798,17 @@
|
|||||||
<h2 id="syncing-composes">Syncing Composes<a class="headerlink" href="#syncing-composes" title="Permanent link">¶</a></h2>
|
<h2 id="syncing-composes">Syncing Composes<a class="headerlink" href="#syncing-composes" title="Permanent link">¶</a></h2>
|
||||||
<p>Syncing utilizes the sync scripts provided in the release engineering toolkit.</p>
|
<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>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
|
<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
|
RLVER=8 bash sync-to-staging-sig.sh core
|
||||||
# The below syncs the core 9 repos to staging
|
# The below syncs the core 9 repos to staging
|
||||||
RLVER=9 bash sync-to-staging-sig.sh core
|
RLVER=9 bash sync-to-staging-sig.sh core
|
||||||
|
|
||||||
# The below syncs everything in staging for 8 to prod
|
# The below syncs everything in staging for 8 core to prod
|
||||||
RLVER=8 bash sync-to-prod-sig.sh
|
RLVER=8 bash sync-to-prod-sig.sh core
|
||||||
|
|
||||||
# The below syncs everything in staging for 9 to prod
|
# The below syncs everything in staging for 9 core to prod
|
||||||
RLVER=9 bash sync-to-prod-sig.sh
|
RLVER=9 bash sync-to-prod-sig.sh core
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
<p>Once staging is completed and reviewed, it is synced to production.</p>
|
<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
|
<div class="highlight"><pre><span></span><code>bash sync-file-list-parallel.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user