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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
be06bfe1
Commit
be06bfe1
authored
Dec 04, 2007
by
jperkin/jonathan@chorlton.adsl.perkin.org.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post-commit:
Use $BK_USER, if set, in preference to $USER
parent
dba978a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+10
-3
No files found.
BitKeeper/triggers/post-commit
View file @
be06bfe1
#!/bin/sh
#shift
FROM
=
$USER
@mysql.com
if
[
-n
"
$BK_USER
"
]
then
COMMITTER
=
$BK_USER
FROM
=
$BK_USER
@mysql.com
else
COMMITTER
=
$USER
FROM
=
$USER
@mysql.com
fi
COMMITS
=
commits@lists.mysql.com
DOCS
=
docs-commit@mysql.com
LIMIT
=
10000
...
...
@@ -88,8 +95,8 @@ Subject: bk commit into $VERSION tree ($CHANGESET)$BS
X-CSetKey: <
$CSETKEY
>
$BH
Below is the list of changes that have just been committed into a local
$VERSION
repository of
$
USER
. When
$USER
does a push these changes will
be propagated to the main repository and, within 24 hours after the
$VERSION
repository of
$
COMMITTER
. When
$COMMITTER
does a push these changes
will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
...
...
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