]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
doc: update release-github.md
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 28 Jul 2023 14:39:25 +0000 (08:39 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 28 Jul 2023 14:40:53 +0000 (08:40 -0600)
Fix a typo, and clarify the coverity steps

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
doc/internal/release-github.md

index de5bf0893d595d0289ebcf78a7f25ec740246bcd..2e1e41dd4a718d48ea33db17a6b57396c8361bb3 100644 (file)
@@ -24,9 +24,9 @@ release.
 
     # ./bootstrap.sh
     # export PATH=$PATH:/path/to/cov-build
-    # cov-build --dir cov-init make
+    # cov-build --dir cov-int make
     # # verify the build succeeded.  Examine $? and cov-int/build-log.txt
-    # tar czvf libcgroup-main@ae6b2682f10e.tar.gz cov-int
+    # tar czvf libcgroup-main@<current hash>.tar.gz cov-int
     # Upload the tar file to Coverity
 
 #### 6. Perform any distribution test builds