Here is my +1(binding),

I checked:  
[x] Checksum and PGP signature are legitimate.
[x] DISCLAIMER is included.
[x] The source code matches the current release.
[x] No compiled content is included in the source package.
[x] The compilation can be executed without problems.

---
# wget 
https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz

# tar zxf apache-doris-1.1.0-src.tar.gz 
# cd apache-doris-1.1.0-src/
# docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header 
check
Unable to find image 'apache/skywalking-eyes:latest' locally
latest: Pulling from apache/skywalking-eyes
df9b9388f04a: Pull complete 
dc810043ca0a: Pull complete 
9c4ed5273801: Pull complete 
9146b19e763a: Pull complete 
524f3bb8ec8c: Pull complete 
Digest: sha256:20710e7abfde9a3c5653e9fee9f68ea9ddf64f243fab88836ad85b935c7dd435
Status: Downloaded newer image for apache/skywalking-eyes:latest
INFO GITHUB_TOKEN is not set, license-eye won't comment on the pull request 
INFO Loading configuration from file: .licenserc.yaml 
INFO Totally checked 5886 files, valid: 3994, invalid: 0, ignored: 1892, fixed: 
0 

# wget 
https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz.asc
# wget https://downloads.apache.org/doris/KEYS
# wget 
https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/apache-doris-1.1.0-src.tar.gz.sha512

# gpg --import KEYS
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key A30C9DA2: public key "morningman (chenmingyu's key) 
<chenmin...@apache.org>" imported
gpg: key 983C9560: public key "zhaoc <zh...@apache.org>" imported
gpg: key 9BDFF97E: public key "lichaoyong (lichaoyong's key) 
<lichaoy...@apache.org>" imported
gpg: key 517E5B28: public key "lingmiao (Ling Miao's key) 
<lingm...@apache.org>" imported
gpg: key 59F2ACED: public key "yangzhg (yangzhg's key for releasing doris) 
<yang...@apache.org>" imported
gpg: key 624583CB: public key "morningman <chenmin...@apache.org>" imported
gpg: Total number processed: 6
gpg:               imported: 6  (RSA: 6)

# gpg --verify apache-doris-1.1.0-src.tar.gz.asc apache-doris-1.1.0-src.tar.gz
gpg: Signature made Sun 03 Jul 2022 09:48:11 PM CST
gpg:                using RSA key 821B27C3F05B15ED
gpg: Good signature from "chenmingyu (cmy-new-key) <morning...@apache.org>" 
[unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 1117 4976 86AC 16B5 B4FA  7C01 821B 27C3 F05B 15ED

# sha512sum --check apache-doris-1.1.0-src.tar.gz.sha512 
apache-doris-1.1.0-src.tar.gz: OK

# docker run -it -v /data/doris-1.x/.m2:/root/.m2 -v 
/data/test/apache-doris-1.1.0-src/:/root/apache-doris-1.1.0-src/ 
apache/incubator-doris:build-env-ldb-toolchain-latest
# cd /root/apache-doris-1.1.0-src/
# sh build.sh 

---
lide-reed
l...@apache.org

On 2022/07/04 16:15:41 Mingyu Chen wrote:
> Oh, I see. thank you.
> I submitted a PR[1] to remove it.
> And please go on to vote for this release.
> 
> 
> [1] https://github.com/apache/doris/pull/10599
> 
> 
> 
> 
> --
> 
> 此致!Best Regards
> 陈明雨 Mingyu Chen
> 
> Email:
> morning...@apache.org
> 
> 
> 
> 
> 
> 在 2022-07-04 19:36:40,"zhg yang" <yangz...@gmail.com> 写道:
> >That's a typo, it should be ’thirdparty/vars.sh', I don't think this
> >problem affects the release
> >
> >Thanks
> >Yang Zhengguo
> >
> >
> >Mingyu Chen <morning...@163.com> 于2022年7月4日周一 11:15写道:
> >
> >> Hi Zhengguo,
> >> Thanks for your review.
> >> But I can't find `be/src/thirdparty/var.sh`, could you point out the file
> >> name?
> >>
> >>
> >>
> >>
> >> --
> >>
> >> 此致!Best Regards
> >> 陈明雨 Mingyu Chen
> >>
> >> Email:
> >> morning...@apache.org
> >>
> >>
> >>
> >>
> >>
> >> 在 2022-07-04 11:00:19,"zhg yang" <yangz...@gmail.com> 写道:
> >> >+1
> >> >I have checked:
> >> >
> >> >Download links
> >> >Source file compile
> >> >Signatures and sha512 cheksum
> >> >Binaries are runable
> >> >
> >> >But there is a small problem  line 48 of be/src/thirdparty/var.sh  should
> >> >be commented
> >> >
> >> >Thanks
> >> >Yang Zhengguo
> >> >
> >> >
> >> >Mingyu Chen <morning...@163.com> 于2022年7月4日周一 08:57写道:
> >> >
> >> >> Hi all,
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Please review and vote on Apache Doris 1.1.0 release.
> >> >>
> >> >> The release candidate has been tagged in GitHub as 1.1.0-rc03, available
> >> >> here:
> >> >>
> >> >> https://github.com/apache/doris/tree/1.1.0-rc03
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Release Notes are here:
> >> >>
> >> >> https://github.com/apache/doris/issues/9949
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Since last release, we merged 441 commits in this release with 90
> >> >> contributors.
> >> >> Thanks to everyone who has contributed to this release.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> The artifacts (source, convenience binaries, signature and checksum)
> >> >> corresponding to this release candidate can be found here:
> >> >>
> >> >> https://dist.apache.org/repos/dist/dev/doris/1.1/1.1.0-rc03/
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> In this release, in addition to the source package, we also provide
> >> binary
> >> >> packages for different environments such as jdk8, jdk11, x86, arm, etc.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> KEYS file is available here:
> >> >>
> >> >> https://downloads.apache.org/doris/KEYS
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> It is also listed here:
> >> >>
> >> >> https://people.apache.org/keys/committer/morningman.asc
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> To verify and build, you can refer to following link:
> >> >>
> >> >>
> >> >>
> >> http://doris.incubator.apache.org/community/release-and-verify/release-verify.html
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> The vote will be open for at least 72 hours.
> >> >>
> >> >> [ ] +1 Approve the release
> >> >>
> >> >> [ ] +0 No opinion
> >> >>
> >> >> [ ] -1 Do not release this package because ...
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >>
> >> >> 此致!Best Regards
> >> >> 陈明雨 Mingyu Chen
> >> >>
> >> >> Email:
> >> >> morning...@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