[
https://issues.apache.org/jira/browse/YETUS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306309#comment-15306309
]
Yetus QA commented on YETUS-409:
--------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 19m 17s
{color} | {color:blue} Docker mode activated. {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:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
0s {color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 19m 21s {color}
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.9.1 Server=1.9.1 Image:yetus/yetus:6c00386 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12806927/YETUS-409.00.patch |
| JIRA Issue | YETUS-409 |
| Optional Tests | |
| uname | Linux a1aa659507c5 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed
Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| git revision | master / 8bf2ab7 |
| modules | C: . U: . |
| Console output |
https://builds.apache.org/job/PreCommit-YETUS-Build/407/console |
| Powered by | Apache Yetus 0.4.0-SNAPSHOT http://yetus.apache.org |
This message was automatically generated.
> Some fixes and improvements for "Cleanup" section in "Managing a Release"
> document
> ----------------------------------------------------------------------------------
>
> Key: YETUS-409
> URL: https://issues.apache.org/jira/browse/YETUS-409
> Project: Yetus
> Issue Type: Bug
> Components: website and documentation
> Affects Versions: 0.3.0
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Attachments: YETUS-409.00.patch
>
>
> Follow-up from 0.3.0 release.
> h5. Item 2:
> On my first try, {{git tag --sign}} failed as follows:
> {code}
> [sekikn@localhost yetus]$ git tag --sign rel/0.3.0
> 22ee2cf74c05055c58d47469012e1321276e1b1b
> gpg: skipped "Kengo Seki <[email protected]>": No secret key
> gpg: signing failed: No secret key
> error: gpg failed to sign the data
> error: unable to sign the tag
> The tag message has been left in .git/TAG_EDITMSG
> {code}
> That was because I forgot {{git config --global user.signingkey}}. It would
> be helpful if there is a note about it.
> h5. Item 3:
> This command
> {code}
> $ cp path/to/yetus-dist-dev/0.2.0-RC1 0.2.0
> {code}
> fails, because the source is a directory.
> But {{cp -r}} isn't also preferred, because it copies unnecessary .svn
> directory.
> So I did:
> {code}
> $ mkdir 0.3.0
> $ cp ~/yetus-dist-dev/0.3.0-RC1/* 0.3.0
> {code}
> h5. Item 9:
> {code}
> YETUS-XXX. add release 0.1.0.
> {code}
> s/0.1.0/0.2.0/.
> h5. Item 12:
> link to YETUS-316 is broken.
> h5. Item 13:
> The announce email should contain the URL for the release notes as well as
> the change list.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)