mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Change the way notification mails are sent so people who respond to the
update announcements do not get bounces from trying to send mail to my laptop, which has an identity crisis due to constant relocation.
This commit is contained in:
parent
8e0c09da62
commit
de6dc1e11c
1 changed files with 5 additions and 1 deletions
|
@ -66,7 +66,11 @@ PACKAGE="html-$RELEASE.tar.bz2"
|
|||
scp "$PACKAGE" tools/update-docs.sh $TARGET/ || exit $?
|
||||
ssh python.sourceforge.net tmp/update-docs.sh $DOCTYPE $PACKAGE '&&' rm tmp/update-docs.sh || exit $?
|
||||
|
||||
Mail -s "[$DOCLABEL doc updates]" $ADDRESSES <<EOF
|
||||
sendmail $ADDRESSES <<EOF
|
||||
To: $ADDRESSES
|
||||
From: "Fred L. Drake" <fdrake@acm.org>
|
||||
Subject: [$DOCLABEL doc updates]
|
||||
|
||||
The development version of the documentation has been updated:
|
||||
|
||||
http://python.sourceforge.net/$DOCTYPE-docs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue