summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-06-13 19:29:13 +0200
committerunknown <df@pippilotta.erinye.com>2007-06-13 19:29:13 +0200
commitc882180ca2001a7b74db6eef1bc80ff2af4f4c81 (patch)
tree077a3160b5d9e1817f219b61156efa3c669622bc
parentdb85e777527acfbaf12d1ed21713218734f30e92 (diff)
parent2745704d7ae9719519b377f495a21a94b891dfc6 (diff)
downloadmariadb-git-c882180ca2001a7b74db6eef1bc80ff2af4f4c81.tar.gz
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
-rwxr-xr-xBitKeeper/triggers/post-commit10
1 files changed, 6 insertions, 4 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit
index dfb998b86a8..8287405b1ba 100755
--- a/BitKeeper/triggers/post-commit
+++ b/BitKeeper/triggers/post-commit
@@ -70,18 +70,20 @@ fi
# commits@ or dev-private@ mail
#--
-TO="commits"
+LIST="commits"
+TO="commits@lists.mysql.com"
if [ -f .tree-is-private ]
then
- TO="dev-private"
+ LIST="dev-private"
+ TO="dev-private@mysql.com"
fi
- echo "Notifying $TO list at $TO"
+ echo "Notifying $LIST list at $TO"
(
cat <<EOF
List-ID: <bk.mysql-$VERSION>
From: $FROM
-To: $TO@mysql.com
+To: $TO
Subject: bk commit into $VERSION tree ($CHANGESET)$BS
X-CSetKey: <$CSETKEY>
$BH