Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ gpg2 --keyserver pgp.mit.edu --send-keys <key id>

注意:这一步骤在国内如果没有VPN( SS之类的不算),是上传不成功的。。。

我的一个成功经验是,在以下三个网页中点击submit key按钮来手动上传:


这个 <key id> 就是 ~/.gnupg/openpgp-revocs.d/下的一个.rev文件的文件名,打开可以看到以下信息

Image Added


接下来在下边的链接通过邮箱查询上传成功没,大概需要一分钟才能查到

[1] ipv4.pool.sks-keyservers.net[2] p80.pool.sks-keyservers.net
[3] http://keys.gnupg.net手动上传的KEY内容形如:


查询时候把 advance 下边的 show full-key hashes 勾上

Image Added


如果上传不成功,可以在网页上手动 Submit Key


首先导出 ASCII 码格式的公钥

gpg2 --armor --output public-key.gpg --export "qiaojialin@apache.org"

获得的 public-key.gpg 文件如下:

Code Block
-----BEGIN PGP PUBLIC KEY BLOCK-----

mQINBF2LLTABEACRM0lzt9BMSsIg9cCfcEBRH6Fc2etS7vrOt8NPq2VTuHYHUMzA
...
-----END PGP PUBLIC KEY BLOCK-----


接下来手动上传上述内容,上传链接  http://keys.gnupg.net


到现在应该能查到了。。。然后知道你可以在[3] 中查找到你的key,才算成功。(注意,我发现查找的时候只能输入你的邮箱查找才靠谱)


c.2 寻找你认识的Apache社区的Committer来给你的公钥认证

...

Panel

Hello all,

This is a call for vote to release Apache IoTDB (Incubating) version 0.8.0, which is the first Apache Release for the IoTDB Project.

The Apache IoTDB community has voted on and approved a proposal to release
Apache IoTDB (Incubating) version 0.8.0.

We now kindly request the Incubator PMC members review and vote on this
incubator release.

Apache IoTDB (incubating) (Database for Internet of Things) is an integrated data management engine designed for timeseries data. It provides users with services for data collection, storage and analysis.

IoTDB community vote and result thread:
Result:https://lists.apache.org/thread.html/19c913987145a2dc0afced626131e084fc3b1ab7e1ca1dde07a5b977@%3Cdev.iotdb.apache.org%3E
Vote:https://lists.apache.org/thread.html/d1272646baf81a0d2d62308cfb7a6e4fc754e377a043068409b0b9ed@%3Cdev.iotdb.apache.org%3E

The release candidates (RC3):
https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.8.0/rc3

Git tag for the release (RC3):
https://github.com/apache/incubator-iotdb/releases/tag/release%2F0.8.0

Hash for the release tag:
2f4da03b05d1c063eaaca622c68de86abe35de22

Release Notes:
https://github.com/apache/incubator-iotdb/blob/2f4da03b05d1c063eaaca622c68de86abe35de22/RELEASE_NOTES.md

The artifacts have been signed with Key : C336E0143A553B89, which can be
found in the keys file:
https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS

Look at here for how to verify this release candidate:
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release

The vote will be open for at least 72 hours.

From the PPMC Vote we carry over 3 binding IPMC Votes:

+1 from 投票人的名字,
+1 from 投票人的名字,
+1 from 投票人的名字

The vote will be passed if there is no -1 vote ( as there are 3 IPMC +1 votes already), but we still hope all other IPMCs vote for it.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

你的名字
Apache IoTDB

...