post-commit:

  Rationalise setting $FROM.
parent be06bfe1
...@@ -4,11 +4,10 @@ ...@@ -4,11 +4,10 @@
if [ -n "$BK_USER" ] if [ -n "$BK_USER" ]
then then
COMMITTER=$BK_USER COMMITTER=$BK_USER
FROM=$BK_USER@mysql.com
else else
COMMITTER=$USER COMMITTER=$USER
FROM=$USER@mysql.com
fi fi
FROM=$COMMITTER@mysql.com
COMMITS=commits@lists.mysql.com COMMITS=commits@lists.mysql.com
DOCS=docs-commit@mysql.com DOCS=docs-commit@mysql.com
LIMIT=10000 LIMIT=10000
......
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