This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push: new 8ec0e0f8cab Update the process to upload the GPG key (#526) 8ec0e0f8cab is described below commit 8ec0e0f8caba6d71381af69c8b73478d0d1ffddc Author: Yunze Xu <xyzinfern...@163.com> AuthorDate: Wed Apr 19 14:13:44 2023 +0800 Update the process to upload the GPG key (#526) --- contribute/create-gpg-keys.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/contribute/create-gpg-keys.md b/contribute/create-gpg-keys.md index 51b72582adb..b58c92632f8 100644 --- a/contribute/create-gpg-keys.md +++ b/contribute/create-gpg-keys.md @@ -86,26 +86,7 @@ New **RSA** keys generated should be at least **4096** bits. ## Appending the key to KEYS files -The GPG key needs to be appended to `KEYS` file that is stored in 2 SVN locations, one for proper releases and one for the release candidates. - -The credentials for SVN are the usual Apache account credentials. - -```shell -# Checkout the SVN folder containing the KEYS file -svn co https://dist.apache.org/repos/dist/dev/pulsar pulsar-dist-dev-keys --depth empty -cd pulsar-dist-dev-keys -svn up KEYS - -APACHEID=apacheid -# Export the key in ascii format and append it to the file -( gpg --list-sigs $apach...@apache.org - gpg --export --armor $apach...@apache.org ) >> KEYS - -# Commit to SVN -svn ci -m "Added gpg key for $APACHEID" -``` - -Repeat the same operation for the release KEYS file: +The GPG key needs to be appended to `KEYS` file for the release candidates. :::warning @@ -115,7 +96,7 @@ You should ask a PMC member to complete this step. ```shell # Checkout the SVN folder containing the KEYS file -svn co https://dist.apache.org/repos/dist/release/pulsar pulsar-dist-release-keys --depth empty +svn co https://dist.apache.org/repos/dist/release/pulsar pulsar-dist-release-keys --depth files cd pulsar-dist-release-keys svn up KEYS