fix.

parent 9dc622e5
...@@ -79,18 +79,20 @@ fi ...@@ -79,18 +79,20 @@ fi
# commits@ or dev-private@ mail # commits@ or dev-private@ mail
#-- #--
TO="commits" LIST="commits"
TO="commits@lists.mysql.com"
if [ -f .tree-is-private ] if [ -f .tree-is-private ]
then then
TO="dev-private" LIST="dev-private"
TO="dev-private@mysql.com"
fi fi
echo "Notifying $TO list at $TO" echo "Notifying $LIST list at $TO"
( (
cat <<EOF cat <<EOF
List-ID: <bk.mysql-$VERSION> List-ID: <bk.mysql-$VERSION>
From: $FROM From: $FROM
To: $TO@mysql.com To: $TO
Subject: bk commit into $VERSION tree ($CHANGESET)$BS Subject: bk commit into $VERSION tree ($CHANGESET)$BS
X-CSetKey: <$CSETKEY> X-CSetKey: <$CSETKEY>
$BH $BH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment