Hi, please verify this release, following checklist for reference:

1. [ ] Download links are valid.
2. [ ] Checksums and PGP signatures are valid.
3. [ ] DISCLAIMER is included.
4. [ ] Source code artifacts have correct names matching the current
release.
5. [ ] LICENSE and NOTICE files are correct for the repository.
6. [ ] All files have license headers if necessary.
7. [ ] No compiled archives bundled in source archive.
8. [ ] Building is OK.

For 2, the verify way is:

```
gpg --import KEYS
gpg --verify apache-doris-0.9.0.rc01-incubating-src.tar.gz.asc
apache-doris-0.9.0.rc01-incubating-src.tar.gz
sha512sum --check apache-doris-0.9.0.rc01-incubating-src.tar.gz.sha512
```

For 6, the verify way is:

Given your source dir is apache-doris-0.9.0.rc01-incubating-src.

```
wget 
http://mirrors.shu.edu.cn/apache//creadur/apache-rat-0.12/apache-rat-0.12-b
in.tar.bz2
tar jxvf apache-rat-0.12-bin.tar.bz2
java -jar apache-rat-0.12/apache-rat-0.12.jar -a -d
apache-doris-0.9.0.rc01-incubating-src -e *.md *.MD .gitignore .gitmodules
.travis.yml manifest **vendor** **licenses** | grep File: | grep -v
"test_data" | grep -v "gutil" | grep -v "json" | grep -v "patch" | grep -v
"xml" | grep -v "conf" | grep -v "svg"
```

For 8, the building way is:

```
sh build.sh
```


Best Regards,
Reed


On 2018/12/12 上午10:21, "Willem Jiang" <willem.ji...@gmail.com> wrote:

>As the member of PPMC , we need to go through the checklist and post
>the result instead of +1.
>Please spend some time to verify the kit and build the source.
>
>Willem Jiang
>
>Twitter: willemjiang
>Weibo: 姜宁willem
>
>On Tue, Dec 11, 2018 at 8:00 PM Zhao Chun <buaa.zh...@gmail.com> wrote:
>>
>> +1
>> Good job, thank you Reed.
>>
>> Thanks,
>> ZHAO Chun
>>
>>
>>
>> 德 李 <l...@apache.org> 于2018年12月11日周二 下午7:16写道:
>>
>> > Hi All,
>> >
>> > I've prepared a release for 0.9.0-rc01.
>> >
>> > The source code can be found at:
>> >
>> > 
>>https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-r
>>c01
>> > /apache-doris-0.9.0.rc01-incubating-src.tar.gz
>> > 
>><https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-
>>rc01/apache-doris-0.9.0.rc01-incubating-src.tar.gz>
>> >
>> > The release candidate has been tagged in GitHub as 0.9.0-rc01,
>>available
>> > here:
>> > https://github.com/apache/incubator-doris/releases/tag/0.9.0-rc01
>> >
>> > Thanks to everyone who has contributed to this release, and the
>>release
>> > notes can be found here:
>> > https://github.com/apache/incubator-doris/issues/406
>> >
>> > The SHA-512 checksum is:
>> >
>> > 
>>c376d90785e92941164e8ab479362f19c17091f59ea658e4e7bab31748352457c5ad9606f
>>b03
>> > e263ce3e5542839364925cae5132c9baf2b41d5030f40a55ed5a
>> > which can can be found via:
>> >
>> > 
>>https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-r
>>c01
>> > /apache-doris-0.9.0.rc01-incubating-src.tar.gz.sha512
>> > 
>><https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-
>>rc01/apache-doris-0.9.0.rc01-incubating-src.tar.gz.sha512>
>> >
>> > The signature can be found via:
>> >
>> > 
>>https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-r
>>c01
>> > /apache-doris-0.9.0.rc01-incubating-src.tar.gz.asc
>> > 
>><https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating-
>>rc01/apache-doris-0.9.0.rc01-incubating-src.tar.gz.asc>
>> >
>> > KEYS file is available here:
>> > https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
>> >
>> > Please vote on releasing this package as Apache Doris
>>0.9.0-incubating.
>> >
>> > The vote will be open for at least 72 hours.
>> > [ ] +1 Approve the release
>> > [ ] +0 No opinion
>> > [ ] -1 Do not release this package because ...
>> >
>> > Checklist for reference:
>> > [ ] Download links are valid.
>> > [ ] Checksums and PGP signatures are valid.
>> > [ ] DISCLAIMER is included.
>> > [ ] Source code artifacts have correct names matching the current
>>release.
>> > [ ] LICENSE and NOTICE files are correct for each OpenWhisk
>>repository.
>> > [ ] All files have license headers if necessary.
>> > [ ] No compiled archives bundled in source archive.
>> >
>> >
>> > Best Regards,
>> > Reed
>> >
>> >
>> >
>> >
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
>For additional commands, e-mail: dev-h...@doris.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to