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
7c0c57d6
Commit
7c0c57d6
authored
Sep 14, 2006
by
iggy@rolltop.ignatz42.dyndns.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/usr/sbin not always in PATH environment variable.
parent
1cae1861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
BitKeeper/triggers/post-commit
BitKeeper/triggers/post-commit
+9
-3
No files found.
BitKeeper/triggers/post-commit
View file @
7c0c57d6
...
...
@@ -8,6 +8,12 @@ LIMIT=10000
VERSION
=
"5.0"
BKROOT
=
`
bk root
`
if
[
-x
/usr/sbin/sendmail
]
;
then
SENDMAIL
=
/usr/sbin/sendmail
else
SENDMAIL
=
sendmail
fi
if
[
"
$REAL_EMAIL
"
=
""
]
then
echo
"Warning: you must set REAL_EMAIL in your profile"
...
...
@@ -61,7 +67,7 @@ EOF
bk cset
-r
+
-d
)
>
$BKROOT
/BitKeeper/tmp/dev_public.txt
bk sendmail
-t
<
$BKROOT
/BitKeeper/tmp/dev_public.txt
$SENDMAIL
-t
<
$BKROOT
/BitKeeper/tmp/dev_public.txt
#++
# commits@ mail
...
...
@@ -87,7 +93,7 @@ EOF
bk cset
-r
+
-d
)
| bk
sed
-e
${
LIMIT
}
q
>
$BKROOT
/BitKeeper/tmp/commits.txt
bk sendmail
-t
<
$BKROOT
/BitKeeper/tmp/commits.txt
$SENDMAIL
-t
<
$BKROOT
/BitKeeper/tmp/commits.txt
#++
# docs-commit@ mail
...
...
@@ -108,7 +114,7 @@ EOF
bk changes
-v
-r
+
bk cset
-r
+
-d
)
>
$BKROOT
/BitKeeper/tmp/docs.txt
bk sendmail
-t
<
$BKROOT
/BitKeeper/tmp/docs.txt
$SENDMAIL
-t
<
$BKROOT
/BitKeeper/tmp/docs.txt
fi
else
...
...
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