[
https://issues.apache.org/jira/browse/YETUS-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated YETUS-772:
-----------------------------------
Attachment: YETUS-772.00.patch
> RC verification document updates from 0.9.0
> -------------------------------------------
>
> Key: YETUS-772
> URL: https://issues.apache.org/jira/browse/YETUS-772
> Project: Yetus
> Issue Type: Bug
> Components: website and documentation
> Reporter: Kengo Seki
> Priority: Minor
> Fix For: 0.10.0
>
> Attachments: YETUS-772.00.patch
>
>
> Found some minor issues in the "ASF required checks" section while checking
> 0.9.0-RC1.
> Step 2:
> {code}
> $ gpg --print-mds apache-yetus-0.7.0-src.tar.gz >yetus-0.7.0-src.tar.gz.my_mds
> $ diff apache-yetus-0.7.0-src.tar.gz.mds apache-yetus-0.7.0-src.tar.gz.my_mds
> $ shasum -a 512 apache-yetus-0.7.0-src.tar.gz
> >yetus-0.7.0-src.tar.gz.my_sha512
> $ diff apache-yetus-0.7.0-src.tar.gz.sha512
> apache-yetus-0.7.0-src.tar.gz.my_sha512
> {code}
> * "yetus-0.7.0-src.tar.gz.\*" should be "apache-yetus-0.7.0-src.tar.gz.\*" so
> that they correspond to the next commands.
> Step 4:
> {code}
> $ mkdir apache-yetus-0.7.0-src_unpack
> $ tar -C apache-yetus-0.7.0-src_unpack -xzf apache-yetus-0.7.0-src.tar.gz
> $ git clone --single-branch --depth=1 --branch 0.7.0-RC1
> 'https://git1-us-west.apache.org/repos/asf/yetus.git'
> apache-yetus-0.7.0-RC1-tag
> $ diff -r apache-yetus-0.7.0-RC1-tag apache-yetus-0.7.0-src_unpack/yetus-0.7.0
> $ echo $?
> 0
> {code}
> * "YETUS-585" is easier to understand than "0.7.0-RC1" for the branch name,
> since we usually use "YETUS-XXX" naming style (e.g., "YETUS-767" for 0.9.0)
> for release branch.
> * "apache-yetus-0.7.0-src_unpack/yetus-0.7.0" should be
> "apache-yetus-0.9.0-src_unpack/yetus-project-0.7.0".
> Step 5:
> {code}
> $ mkdir apache-yetus-0.7.0-src_unpack
> $ tar -C apache-yetus-0.7.0-src_unpack -xzf apache-yetus-0.7.0-src.tar.gz
> $ cd apache-yetus-0.7.0-src_unpack/yetus-0.7.0
> $ mvn clean install
> {code}
> * "apache-yetus-0.7.0-src_unpack/yetus-0.7.0" should be
> "apache-yetus-0.7.0-src_unpack/yetus-project-0.7.0" (same as above)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)