Deployed d13e2ea
with MkDocs version: 1.5.3
This commit is contained in:
parent
0da16b1f06
commit
a1eca176c3
@ -669,15 +669,17 @@
|
|||||||
|-----------|
|
|-----------|
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
<h2 id="developer-process">Developer Process<a class="headerlink" href="#developer-process" title="Permanent link">¶</a></h2>
|
<h2 id="developer-process">Developer Process<a class="headerlink" href="#developer-process" title="Permanent link">¶</a></h2>
|
||||||
<p>The general process by the RESF was not initially created with ad-hoc development in mind but rather pulling entire branches from upstream into the current RESF base releases. The following is to provide a general guide on how to develop with <code>srpmproc</code> as the <code>SIG/CLOUD</code> dist-git is not to be modified directly for development support.<br />
|
<p>The general process by the RESF was not initially created with ad-hoc development in mind but rather pulling entire branches from upstream into the current RESF base releases. The following is to provide a general guide on how to develop with <code>srpmproc</code> as the <code>SIG/CLOUD</code> dist-git is not to be modified directly for development support. </p>
|
||||||
Basic Process
|
<p>Basic Process:</p>
|
||||||
1. Clone <code>sig/cloud/patch/kernel</code> repo
|
<ol>
|
||||||
2. Run Local <code>srpmproc</code>
|
<li>Clone <code>sig/cloud/patch/kernel</code> repo</li>
|
||||||
3. Build local git repo for kernel source
|
<li>Run Local <code>srpmproc</code></li>
|
||||||
4. Make Changes, local builds and testing (not covered in doc)
|
<li>Build local git repo for kernel source</li>
|
||||||
5. Source changes from local build to <code>sig/cloud/patch/kernel</code>
|
<li>Make Changes, local builds and testing (not covered in doc)</li>
|
||||||
6. Regenerate <code>dist-git</code> with srpmproc
|
<li>Source changes from local build to <code>sig/cloud/patch/kernel</code></li>
|
||||||
7. Mock test rpm builds.</p>
|
<li>Regenerate <code>dist-git</code> with srpmproc</li>
|
||||||
|
<li>Mock test rpm builds.</li>
|
||||||
|
</ol>
|
||||||
<p>The following sections are going to be based off real work that was ultimately abandoned for Rocky8.</p>
|
<p>The following sections are going to be based off real work that was ultimately abandoned for Rocky8.</p>
|
||||||
<h3 id="prep-for-srpmproc-cloning-patchkernel">Prep for SRPMPROC: Cloning patch/kernel<a class="headerlink" href="#prep-for-srpmproc-cloning-patchkernel" title="Permanent link">¶</a></h3>
|
<h3 id="prep-for-srpmproc-cloning-patchkernel">Prep for SRPMPROC: Cloning patch/kernel<a class="headerlink" href="#prep-for-srpmproc-cloning-patchkernel" title="Permanent link">¶</a></h3>
|
||||||
<p>This is the general prep of the directories used. Note some directions for <code>srpmproc</code> use a temp directory, that is not used here as depending on how long development can last you could lose important work, specifically around the <code>srpmproc-cache</code></p>
|
<p>This is the general prep of the directories used. Note some directions for <code>srpmproc</code> use a temp directory, that is not used here as depending on how long development can last you could lose important work, specifically around the <code>srpmproc-cache</code></p>
|
||||||
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user