Hi Ming, Fixed. It was my mistake.
Thanks, agile6v On 2020/04/12 08:45:33, Ming Wen <wenm...@apache.org> wrote: > Hi,agile6v, > you added two gpg keys: `WeiLiu <agil...@gmail.com>` and `Wei Liu < > agil...@apache.org>`, > the package was signed by `WeiLiu <agil...@gmail.com>`. > and I think you should only keep one key. > > There is a typo: > > gpg --edit-key "Yuansheng Wang" > > I think they are minor issues, you can fix them and continue vote. > > Thanks, > Ming Wen, Apache APISIX & Apache SkyWalking > Twitter: _WenMing > > > agile6v <agil...@apache.org> 于2020年4月12日周日 下午4:33写道: > > > Hello, Community, > > > > This is a call for the vote to release Apache APISIX (Incubating) version > > 1.2-RC1. > > > > > > Release notes: > > > > https://github.com/apache/incubator-apisix/blob/v1.2/CHANGELOG.md#120 > > > > > > The release candidates: > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/ > > > > > > Git tag for the release: > > > > https://github.com/apache/incubator-apisix/tree/v1.2 > > > > > > Release Commit ID: > > > > > > https://github.com/apache/incubator-apisix/commit/3465713d3cd58b600f975d52013f347ea4e6ca4a > > > > > > Keys to verify the Release Candidate: > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS > > > > > > Steps to validating the release: > > > > 1. Download the release > > > > ``` > > > > wget > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz > > > > ``` > > > > > > 2. Checksums and signatures > > > > ``` > > > > wget https://dist.apache.org/repos/dist/dev/incubator/apisix/KEYS > > > > wget > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.asc > > > > wget > > > > https://dist.apache.org/repos/dist/dev/incubator/apisix/1.2-rc1/apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512 > > > > > > shasum -c apache-apisix-1.2-rc1-incubating-src.tar.gz.sha512 > > > > > > gpg --import KEYS > > > > # input `trust`, `5`, then `save` > > > > gpg --edit-key "Yuansheng Wang" > > > > gpg --verify apache-apisix-1.2-rc1-incubating-src.tar.gz.asc > > apache-apisix-1.2-rc1-incubating-src.tar.gz > > > > ``` > > > > > > 3. Unzip and Check files > > > > ``` > > > > tar zxvf apache-apisix-1.2-rc1-incubating-src.tar.gz > > > > ``` > > > > > > 4. This release contains the dashboard code for APISIX > > > > > > https://github.com/apache/incubator-apisix-dashboard/tree/cfb3ee7b8721076975c1deaff3e52da3ea4a312a > > > > > > 5. Build Apache APISIX: > > > > https://github.com/apache/incubator-apisix/blob/v1.2/doc/how-to-build.md > > > > > > The vote will be open for at least 72 hours or until necessary number of > > votes are reached. > > > > > > Please vote accordingly: > > > > > > [ ] +1 approve > > > > [ ] +0 no opinion > > > > [ ] -1 disapprove with the reason > > > > > > Checklist for reference: > > > > > > [ ] Download links are valid. > > > > [ ] Checksums and PGP signatures are valid. > > > > [ ] DISCLAIMER is included. > > > > [ ] LICENSE and NOTICE files are good. > > > > [ ] No binary file. > > > > [ ] All files have license headers if necessary. > > > > > > > > And below is a more detailed checklist: > > > > > > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist > > > > Regards, > > agile6v > > >