This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git


The following commit(s) were added to refs/heads/main by this push:
     new ee2760a  Update review kit reference
ee2760a is described below

commit ee2760a23d1bdeabc1d4ae7b68aea6455d4230c7
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 5 22:45:25 2024 +0200

    Update review kit reference
---
 .github/generate-email.sh | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index c71abb5..80ff823 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -52,17 +52,6 @@ 
RELEASE_NOTES_FILE="$SCRIPT_DIR/../target/generated-site/antora/modules/ROOT/pag
     exit 1
 }
 
-dump_review_kit() {
-    wget -q -O - 
https://raw.githubusercontent.com/apache/logging-parent/main/.github/release-review-kit.txt
 \
-        | sed -n '/-----8<-----~( cut here )~-----8<-----/,$p' \
-        | tail -n +2 \
-        | sed -e "s|^|    |g
-                  s|@PROJECT_ID@|$PROJECT_ID|g
-                  s|@PROJECT_VERSION@|$PROJECT_VERSION|g
-                  s|@PROJECT_DIST_URL@|$PROJECT_DIST_URL|g
-                  s|@COMMIT_ID@|${COMMIT_ID:0:8}|g"
-}
-
 dump_release_notes() {
     awk "f{print} /^Release date::/{f=1}" "$RELEASE_NOTES_FILE" \
         | sed -r -e 's!'$PROJECT_REPO'/(issues|pull)/[0-9]+\[([0-9]+)\]!#\2!g
@@ -84,6 +73,7 @@ Commit: $COMMIT_ID
 Distribution: $PROJECT_DIST_URL
 Nexus: 
https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
 Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+Review kit: https://s.apache.org/logging-parent-release-review-kit
 
 Please download, test, and cast your votes on this mailing list.
 
@@ -96,13 +86,6 @@ everyone to test the release, but only the Logging Services 
PMC
 votes are officially counted. At least 3 +1 votes and more
 positive than negative votes are required.
 
-== Review kit
-
-The minimum set of steps needed to review the uploaded distribution
-files in the Subversion repository can be summarized as follows:
-
-$(dump_review_kit)
-
 == Release Notes
 EOF
     dump_release_notes

Reply via email to