Skip to content

Commit 4686b2b

Browse files
vyppkarwasz
authored andcommitted
Update review kit reference
1 parent b88bf2c commit 4686b2b

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/generate-email.sh

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,6 @@ RELEASE_NOTES_FILE="$SCRIPT_DIR/../target/generated-site/antora/modules/ROOT/pag
5252
exit 1
5353
}
5454

55-
dump_review_kit() {
56-
wget -q -O - https://raw.githubusercontent.com/apache/logging-parent/main/.github/release-review-kit.txt \
57-
| sed -n '/-----8<-----~( cut here )~-----8<-----/,$p' \
58-
| tail -n +2 \
59-
| sed -e "s|^| |g
60-
s|@PROJECT_ID@|$PROJECT_ID|g
61-
s|@PROJECT_VERSION@|$PROJECT_VERSION|g
62-
s|@PROJECT_DIST_URL@|$PROJECT_DIST_URL|g
63-
s|@COMMIT_ID@|${COMMIT_ID:0:8}|g"
64-
}
65-
6655
dump_release_notes() {
6756
awk "f{print} /^Release date::/{f=1}" "$RELEASE_NOTES_FILE" \
6857
| sed -r -e 's|'$PROJECT_REPO'/(issues|pull)/[0-9]+\[([0-9]+)\]|#\2|g
@@ -84,6 +73,7 @@ Commit: $COMMIT_ID
8473
Distribution: $PROJECT_DIST_URL
8574
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
8675
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
76+
Review kit: https://s.apache.org/logging-parent-release-review-kit
8777
8878
Please download, test, and cast your votes on this mailing list.
8979
@@ -96,13 +86,6 @@ everyone to test the release, but only the Logging Services PMC
9686
votes are officially counted. At least 3 +1 votes and more
9787
positive than negative votes are required.
9888
99-
== Review kit
100-
101-
The minimum set of steps needed to review the uploaded distribution
102-
files in the Subversion repository can be summarized as follows:
103-
104-
$(dump_review_kit)
105-
10689
== Release Notes
10790
EOF
10891
dump_release_notes

0 commit comments

Comments
 (0)