summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authormwagner@here.mwagner.org <>2005-01-06 22:30:23 -0600
committermwagner@here.mwagner.org <>2005-01-06 22:30:23 -0600
commit2131786204edb6fd20d409981f4f76a55f600329 (patch)
treed2c73332167f09c5017864c3b4899a17bddf1aa3 /Build-tools
parent4b2d003bf1337a2729511d2456db07b20df34709 (diff)
downloadmariadb-git-2131786204edb6fd20d409981f4f76a55f600329.tar.gz
Bootstrap:
Made the default --mail address to be <build@mysql.com>.
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index 10211dbb59c..10ebc5c2dd1 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -38,7 +38,7 @@ $opt_dry_run= undef;
$opt_export_only= undef;
$opt_help= $opt_verbose= 0;
$opt_log= undef;
-$opt_mail= "";
+$opt_mail= "build\@mysql.com";
$opt_pull= undef;
$opt_revision= undef;
$opt_suffix= "";
@@ -431,6 +431,7 @@ Options:
include a log file snippet, if logging is enabled)
Note that the \@-Sign needs to be quoted!
Example: --mail=user\\\@domain.com
+ Default: build\@mysql.com
-q, --quiet Be quiet
-p, --pull Update the source BK trees before building
-r, --revision=<rev> Export the tree as of revision <rev>