diff options
author | unknown <guilhem@mysql.com> | 2005-01-10 14:13:41 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2005-01-10 14:13:41 +0100 |
commit | 7a35921bff74e4babc98522dda7c6919983efb67 (patch) | |
tree | b561ac68b085909ca7a1c8d5646e7ac2dd67ff17 /Build-tools | |
parent | 815f62223aa9892b19916724ca76514cb1d899b2 (diff) | |
parent | d8d9f79e09dfe822586742a62928ce37c44aaa90 (diff) | |
download | mariadb-git-7a35921bff74e4babc98522dda7c6919983efb67.tar.gz |
Merge mysql.com:/home/mysql_src/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.1-clean
Build-tools/Bootstrap:
Auto merged
sql/net_serv.cc:
Auto merged
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 3 |
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> |