summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-06-13 19:24:46 +0200
committerunknown <df@pippilotta.erinye.com>2007-06-13 19:24:46 +0200
commit6f5a6162687744aefdde6a550a38f5aaa0dc2318 (patch)
treec97a1cd6981c68a12e521faa95008a5cd15e38cb /BitKeeper
parentd1ee00acf1d1d60544c6af739c760c1e129bd25f (diff)
parent4f60c51169c1a8e6ff61ccccc5073e82cf1b0d8b (diff)
downloadmariadb-git-6f5a6162687744aefdde6a550a38f5aaa0dc2318.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-4.1-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build BitKeeper/triggers/post-commit: Auto merged
Diffstat (limited to 'BitKeeper')
-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 cf77facea47..d8fabe59bba 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