Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
320ec826
Commit
320ec826
authored
Jun 13, 2007
by
df@pippilotta.erinye.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BK changes for
https://inside.mysql.com/wiki/MySQL's_Code_Reviews_Published_Externally
parent
928d672c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
21 deletions
+35
-21
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+35
-21
No files found.
BitKeeper/triggers/post-commit
View file @
320ec826
...
...
@@ -26,6 +26,13 @@ then
exit
fi
IS_MERGE
=
`
bk changes
-r
+
-k
-m
`
if
[
"
$IS_MERGE
"
=
""
]
then
echo
Merge changeset, not sending mails
exit
fi
CHANGESET
=
`
bk
-R
prs
-r
+
-h
-d
':P:::I:'
ChangeSet
`
CSETKEY
=
`
bk
-R
prs
-r
+
-h
-d
':KEY:'
ChangeSet
`
#
...
...
@@ -41,42 +48,49 @@ WL=`bk -R prs -r+ -h -d':C:' ChangeSet | \
s/.*\(WL#[0-9][0-9]*\)/ \1/p'
`
if
[
"
$BUG
"
=
""
]
then
TO
=
dev-public@mysql.com
#
TO=dev-public@mysql.com
BS
=
""
BH
=
""
else
TO
=
dev-bugs@mysql.com
#
TO=dev-bugs@mysql.com
BS
=
" BUG#
$BUG
"
# need newline here
BH
=
"X-Bug:
$BUG
"
fi
#++
# dev-public@ / dev-bugs@
#--
echo
"Commit successful, notifying developers at
$TO
"
(
cat
<<
EOF
List-ID: <bk.mysql-
$VERSION
>
From:
$FROM
To:
$TO
Subject: bk commit -
$VERSION
tree (
$CHANGESET
)
${
BS
}${
WL
}
X-CSetKey: <
$CSETKEY
>
$BH
EOF
bk changes
-v
-r
+
bk cset
-r
+
-d
)
|
head
-n
$LIMIT
| /usr/sbin/sendmail
-t
#
#
++
#
#
dev-public@ / dev-bugs@
#
#
--
#
echo "Commit successful, notifying developers at $TO"
#
(
#
cat <<EOF
#
List-ID: <bk.mysql-$VERSION>
#
From: $FROM
#
To: $TO
#
Subject: bk commit - $VERSION tree ($CHANGESET)${BS}${WL}
#
X-CSetKey: <$CSETKEY>
#
$BH
#
EOF
#
bk changes -v -r+
#
bk cset -r+ -d
#
) | head -n $LIMIT | /usr/sbin/sendmail -t
#++
# commits@ mail
# commits@
or dev-private@
mail
#--
echo
"Notifying commits list at
$COMMITS
"
TO
=
"commits"
if
[
-f
.tree-is-private
]
then
TO
=
"dev-private"
fi
echo
"Notifying
$TO
list at
$TO
"
(
cat
<<
EOF
List-ID: <bk.mysql-
$VERSION
>
From:
$FROM
To:
$
COMMITS
To:
$
TO
@mysql.com
Subject: bk commit into
$VERSION
tree (
$CHANGESET
)
$BS
X-CSetKey: <
$CSETKEY
>
$BH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment