mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build BitKeeper/triggers/post-commit: Auto merged
This commit is contained in:
@ -70,18 +70,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
|
||||||
|
Reference in New Issue
Block a user