From 99f63cdd131d278fa2e3f265a849ce25fce578a8 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Fri, 28 Jul 2023 08:39:25 -0600 Subject: [PATCH] doc: update release-github.md Fix a typo, and clarify the coverity steps Signed-off-by: Tom Hromatka --- doc/internal/release-github.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2