This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new ff5fd80  File name adjustments
     new bdb5ca7  Merge pull request #884 from openinbigdata/patch-1
ff5fd80 is described below

commit ff5fd8031c7cf6e849a4f1577da45e62308c0d74
Author: Openin Big Data <[email protected]>
AuthorDate: Fri Jun 18 11:19:22 2021 -0300

    File name adjustments
    
    In the name of some files, changed the text from rcX to src
---
 .../modules/ROOT/pages/apache-release/checking-a-release.adoc    | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc 
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
index 737fae0..3ab3acc 100644
--- 
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
+++ 
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/checking-a-release.adoc
@@ -36,13 +36,13 @@ First check would be to see if the keys and hashes are in 
order
 ----
 # check the sha512
 
-sha512sum -c apache-hop-X.XX-incubating-rcX.tar.gz.sha512
+sha512sum -c apache-hop-X.XX-incubating-src.tar.gz.sha512
 
 # should echo the artifact name and OK
 
 # check the gpg signature
 
-gpg --verify apache-hop-X.XX-incubating-rcX.tar.gz.asc
+gpg --verify apache-hop-X.XX-incubating-src.tar.gz.asc
 
 # if it prints out gpg: Can't check signature: No public key fetch the key 
from public keyserver
 # 1. Check if the keyid matches a known key in the KEYS file 
https://dist.apache.org/repos/dist/dev/incubator/hop/KEYS
@@ -52,7 +52,7 @@ gpg --keyserver <KEY SERVER>  --receive-keys <KEY ID>
 
 # verify the package again
 
-gpg --verify apache-hop-X.XX-incubating-rcX.tar.gz.asc
+gpg --verify apache-hop-X.XX-incubating-src.tar.gz.asc
 
 # output should be:
 # gpg: Good signature from "Owner Name <[email protected]>" [ultimate]
@@ -85,7 +85,7 @@ final step is to see if the content of the source repository 
matches the content
 ----
 # unpack the downloaded source code
 
-tar -xvf apache-hop-X.XX-incubating-rcX.tar.gz
+tar -xvf apache-hop-X.XX-incubating-src.tar.gz
 
 # do a diff to see if they match
 
@@ -110,6 +110,7 @@ Validate if all files contain the correct headers
 
 [source,bash]
 ----
+cd apache-hop-X.XX-incubating
 mvn apache-rat:rat -debug
 ----
 

Reply via email to