From: Tom Hromatka Date: Fri, 28 Jul 2023 14:39:25 +0000 (-0600) Subject: doc: update release-github.md X-Git-Tag: v3.1.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f63cdd131d278fa2e3f265a849ce25fce578a8;p=thirdparty%2Flibcgroup.git doc: update release-github.md Fix a typo, and clarify the coverity steps Signed-off-by: Tom Hromatka --- diff --git a/doc/internal/release-github.md b/doc/internal/release-github.md index de5bf089..2e1e41dd 100644 --- a/doc/internal/release-github.md +++ b/doc/internal/release-github.md @@ -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@.tar.gz cov-int # Upload the tar file to Coverity #### 6. Perform any distribution test builds