summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-12-07 06:46:43 +0100
committerunknown <lenz@mysql.com>2005-12-07 06:46:43 +0100
commit59e4781bfc464ae57370765e594561762f198c8e (patch)
tree9716ef39e1387efa7531b39e21f0488d6bd5d689 /BitKeeper
parent966ab524a336bb22088d4adbb7db7a090762551e (diff)
parent835acc86759d2a4f6f1028713352652429533d38 (diff)
downloadmariadb-git-59e4781bfc464ae57370765e594561762f198c8e.tar.gz
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.1 BitKeeper/triggers/post-commit: Auto merged
Diffstat (limited to 'BitKeeper')
-rwxr-xr-xBitKeeper/triggers/post-commit8
1 files changed, 4 insertions, 4 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit
index a54086a0d0d..a09da93adaf 100755
--- a/BitKeeper/triggers/post-commit
+++ b/BitKeeper/triggers/post-commit
@@ -2,7 +2,7 @@
#shift
FROM=$USER@mysql.com
-INTERNALS=internals@lists.mysql.com
+COMMITS=commits@lists.mysql.com
DOCS=docs-commit@mysql.com
LIMIT=10000
VERSION="4.1"
@@ -61,14 +61,14 @@ EOF
) | head -n $LIMIT | /usr/sbin/sendmail -t
#++
-# internals@ mail
+# commits@ mail
#--
- echo "Notifying internals list at $INTERNALS"
+ echo "Notifying commits list at $COMMITS"
(
cat <<EOF
List-ID: <bk.mysql-$VERSION>
From: $FROM
-To: $INTERNALS
+To: $COMMITS
Subject: bk commit into $VERSION tree ($CHANGESET)$BS
X-CSetKey: <$CSETKEY>
$BH