]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
deploy: d173f9bd86703780662ab5e791594a87464b9995
authordrakenclimber <drakenclimber@users.noreply.github.com>
Fri, 20 Jan 2023 23:22:45 +0000 (23:22 +0000)
committerdrakenclimber <drakenclimber@users.noreply.github.com>
Fri, 20 Jan 2023 23:22:45 +0000 (23:22 +0000)
md_doc_internal_release_github.html

index 3e93ff4fcae7f793c2ce7b292d521611a21f6896..fb299f87ea9447c1f4621451961bed364088e891 100644 (file)
@@ -75,26 +75,27 @@ $(function() {
 <div class="textblock"><p ><a href="https://github.com/libcgroup/libcgroup">https://github.com/libcgroup/libcgroup</a></p>
 <p >This is the process that should be followed when creating a new libcgroup release.</p>
 <h3><a class="anchor" id="autotoc_md9"></a>
-1. Update the libcgroup-tests submodule</h3>
-<pre class="fragment"># ./bootstrap.sh
-# git submodule update  --remote tests
-# git add tests
-# git commit -s
-# git push
-</pre> <h3><a class="anchor" id="autotoc_md10"></a>
-2. Verify that all issues assigned to the release milestone have been resolved</h3>
+1. Verify that all issues assigned to the release milestone have been resolved</h3>
 <ul>
 <li><a href="https://github.com/libcgroup/libcgroup/milestones">https://github.com/libcgroup/libcgroup/milestones</a></li>
 </ul>
+<h3><a class="anchor" id="autotoc_md10"></a>
+2. Verify that the Github Actions are all passing</h3>
 <h3><a class="anchor" id="autotoc_md11"></a>
-3. Verify that the Github Actions are all passing</h3>
-<h3><a class="anchor" id="autotoc_md12"></a>
-4. Verify that the bundled test suite runs without error</h3>
+3. Verify that the bundled test suite runs without error</h3>
 <pre class="fragment"># ./bootstrap.sh
 # make check
-</pre> <h3><a class="anchor" id="autotoc_md13"></a>
-5. Verify that the packaging is correct</h3>
+</pre> <h3><a class="anchor" id="autotoc_md12"></a>
+4. Verify that the packaging is correct</h3>
 <pre class="fragment"># make distcheck
+</pre> <h3><a class="anchor" id="autotoc_md13"></a>
+5. Verify that there are no outstanding defects from Coverity</h3>
+<pre class="fragment"># ./bootstrap.sh
+# export PATH=$PATH:/path/to/cov-build
+# cov-build --dir cov-init make
+# # verify the build succeeded.  Examine $? and cov-int/build-log.txt
+# tar czvf libcgroup-main@ae6b2682f10e.tar.gz cov-int
+# Upload the tar file to Coverity
 </pre> <h3><a class="anchor" id="autotoc_md14"></a>
 6. Perform any distribution test builds</h3>
 <ul>