post-commit:

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