Skip to content

Commit 413ae20

Browse files
committed
Tweaked mkrelease
- Legacy-Id: 4489
1 parent a10ec88 commit 413ae20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/mkrelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog | awk '{ if (line) pri
166166
[ "$changes" ] || die "No changelog information for $VER found"
167167
note "$changes"
168168

169-
contributors=$(echo "$changes" | sed 's/\.[ \t\n]/ /'| tr -c "a-z0-9.@-" "\n" | sort | uniq | grep '@' || true)
169+
contributors=$(echo "$changes" | sed 's/\.[ \t\n]/ /'| tr -c "a-z0-9.@-" "\n" | sort | uniq | grep '@' | sed 's/^/-c /' || true)
170170

171171
note "Set the current time on the release notes in the changelog file"
172172
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
@@ -230,7 +230,7 @@ Regards,
230230
231231
Henrik
232232
(via the mkrelease script)
233-
" | $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 stevey@amsl.com -c olau@iola.dk $contributors codesprints@ietf.org
233+
" | tee /tmp/release.mail | $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 stevey@amsl.com -c olau@iola.dk $contributors codesprints@ietf.org
234234

235235
$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
236236
$do toolpush /www/tools.ietf.org/tools/atomfeed.xml

0 commit comments

Comments
 (0)