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
90b5c7cf
Commit
90b5c7cf
authored
Dec 13, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
e12a3116
23eef56f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
Build-tools/Bootstrap
Build-tools/Bootstrap
+13
-8
No files found.
Build-tools/Bootstrap
View file @
90b5c7cf
...
...
@@ -274,11 +274,14 @@ if (defined $opt_changelog)
#
unless
(
$opt_skip_manual
)
{
$msg
=
"
Adding manual.texi
";
$msg
=
"
Updating manual files
";
&
logger
(
$msg
);
$command
=
"
install -m 644
$opt_docdir
/Docs/{manual,reservedwords}.texi
";
$command
.=
"
$target_dir
/Docs/
";
&
run_command
(
$command
,
"
Could not update the manual in
$target_dir
/Docs/!
");
foreach
$file
qw/internals manual reservedwords/
{
$command
=
"
bk cat
$opt_docdir
/Docs/
$file
.texi
";
$command
.=
"
>
$target_dir
/Docs/
$file
.texi
";
&
run_command
(
$command
,
"
Could not updated
$file
.texi in
$target_dir
/Docs/!
");
}
}
#
...
...
@@ -364,11 +367,13 @@ sub print_help
Usage: Bootstrap [options] <bk repository>
Checks out (exports) a clear-text version of the given local BitKeeper
Creates a MySQL source distribution to be used for the release builds.
It checks out (exports) a clear-text version of the given local BitKeeper
repository, creates and adds a Changelog file (if requested), adds the
latest manual
.texi from the mysqldoc tree and builds a source distribution
(*.tar.gz) file. Optionally, the test suite can be run before the sourc
e
archive is being created.
latest manual
files from the mysqldoc BK tree and builds a source
distribution (*.tar.gz) file. Optionally, the test suite and th
e
distribution check can be run before the source
archive is being created.
Options:
...
...
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