[ https://issues.apache.org/jira/browse/YETUS-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815125#comment-16815125 ]
Yetus QA commented on YETUS-772: -------------------------------- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 48s{color} | {color:blue} Docker mode activated. {color} | || || || || {color:brown} Prechecks {color} || | {color:green}+1{color} | {color:green} dupname {color} | {color:green} 0m 0s{color} | {color:green} No case conflicting files found. {color} | | {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s{color} | {color:green} The patch does not contain any @author tags. {color} | || || || || {color:brown} master Compile Tests {color} || || || || || {color:brown} Patch Compile Tests {color} || | {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 0s{color} | {color:green} The patch has no whitespace issues. {color} | || || || || {color:brown} Other Tests {color} || | {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 7s{color} | {color:green} The patch does not generate ASF License warnings. {color} | | {color:black}{color} | {color:black} {color} | {color:black} 1m 7s{color} | {color:black} {color} | \\ \\ || Subsystem || Report/Notes || | Docker | Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/PreCommit-YETUS-Build/1014/artifact/patchprocess/Dockerfile | | JIRA Issue | YETUS-772 | | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12965551/YETUS-772.00.patch | | Optional Tests | dupname asflicense | | uname | Linux ce98574a24e3 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | precommit/src/main/shell/personality/yetus.sh | | git revision | master / 0f54f6f | | Max. process+thread count | 46 (vs. ulimit of 1000) | | modules | C: asf-site-src U: asf-site-src | | Console output | https://builds.apache.org/job/PreCommit-YETUS-Build/1014/console | | versions | git=2.7.4 maven=3.3.9 | | Powered by | Apache Yetus 0.10.0-SNAPSHOT http://yetus.apache.org | This message was automatically generated. > 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 > Assignee: Allen Wittenauer > 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)