Include contributors mentioned in the change log in the notification mail addressees.
- Legacy-Id: 3144
This commit is contained in:
parent
ddd0a7494b
commit
7c3adb32cf
|
@ -166,6 +166,8 @@ changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog | awk '{ if (line) pri
|
|||
[ "$changes" ] || die "No changelog information for $VER found"
|
||||
note "$changes"
|
||||
|
||||
contributors=$(echo "$changes" | sed 's/\.[ \t\n]/ /'| tr -c "a-z0-9.@-" "\n" | sort | uniq | grep '@')
|
||||
|
||||
note "Set the current time on the release notes in the changelog file"
|
||||
sed -r -i -e "1,/^ -- /s/([A-Za-z-]+ <[a-z0-9.-]+@[a-z0-9.-]+> ).*$/\1$(date +'%d %b %Y %H:%M:%S %z')/" changelog
|
||||
note " $(grep -m1 "^ -- " changelog)"
|
||||
|
@ -228,7 +230,7 @@ Regards,
|
|||
|
||||
Henrik
|
||||
(via the mkrelease script)
|
||||
" | $do mail -s "New datatracker release: v$VER" -c henrik@levkowetz.com -c glen@amsl.com -c fenner@fenron.net -c rjs@nostrum.com -c housley@vigilsec.com -c cmorgan@amsl.com -c avezza@amsl.com -c amorris@amsl.com -c smccammon@amsl.com -c kmoreland@amsl.com codesprints@ietf.org
|
||||
" | $do mail -s "New datatracker release: v$VER" -c henrik@levkowetz.com -c glen@amsl.com -c fenner@fenron.net -c rjs@nostrum.com -c housley@vigilsec.com -c cmorgan@amsl.com -c avezza@amsl.com -c amorris@amsl.com -c smccammon@amsl.com -c kmoreland@amsl.com -c ${contributors/ / -c } codesprints@ietf.org
|
||||
|
||||
$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
|
||||
$do toolpush /www/tools.ietf.org/tools/atomfeed.xml
|
||||
|
|
Loading…
Reference in a new issue