lenz@mysql.com
13b092d3fe
- don't add merge ChangeSets to the Changelog in Bootstrap
...
(reduce the noise)
2004-02-04 21:26:52 +01:00
lenz@mysql.com
989b4ad241
- Bugfix for Do-rpm (moving of the resulting packages did not work due to
...
a missing space)
- Define the subject of the failure mail reports within the calling script
instead of logger.pm
2003-12-16 14:43:34 +01:00
lenz@mysql.com
9f9510026f
- Output redirection does not work with run_command(), use system()
...
instead.
2003-12-13 04:33:36 +01:00
lenz@mysql.com
8411769272
- added missing space for previous commit
2003-12-13 04:23:07 +01:00
lenz@mysql.com
23eef56f23
- Rather "bk cat" the files from the mysqldoc BK tree during Bootstrap
...
than trying to copy them (they might have been "bk clean"ed and thus
not available for copying)
- Brushed up the Bootstrap online help a bit
2003-12-11 10:53:28 +01:00
lenz@mysql.com
12f3449c74
- Added a missing directory variable definition to the Bootstrap script.
2003-08-19 18:34:44 +02:00
lenz@mysql.com
d8c31db54b
- Optimized and cleaned up the Do-rpm and Bootstrap Perl scripts
...
- Enhanced Do-rpm to support building RPMs with different compilers
and options
2003-08-19 13:49:53 +02:00
gweir@build.mysql.com
fe511fc489
make_win_src_distribution.sh:
...
Add --zip option for finer grain control over what package formats are created
Bootstrap:
Create both Windows source packages
2003-08-13 19:32:34 +02:00
lenz@mysql.com
c90df7192e
Fixed typo in the Boostrap strip
2003-08-13 07:12:08 +02:00
lenz@mysql.com
ad976d1ea1
- added option "--pull" to be able to update the BK repositories before
...
starting the bootstrap
2003-08-12 13:49:11 +02:00
lenz@mysql.com
d5547ad13b
- some fixed for make_win_src_distribution to work properly
2003-08-07 18:54:59 +02:00
greg@gcw.ath.cx
e177eba89b
New option for Bootstrap: -w | --win-dist to create Windows source package
2003-08-07 01:14:45 -04:00
lenz@mysql.com
c1685efe6c
- fixed a typo in previous push
2003-07-11 19:32:29 +02:00
lenz@mysql.com
9a9d7c6bc1
- fixed a bug in Bootstrap script: simply searching for the last tagged
...
ChangeSet was not sufficient to get the full ChangeLog between two
released versions (when using "--changelog=last") as merging between
trees also merges the BK tags. Now we explicitely search for the last
tagged ChangeSet that matches our major+minor version number, which
should match the last ChangeSet used for the previous release.
2003-07-11 18:24:13 +02:00
lenz@mysql.com
26f46fd345
- fixed typo (build_command -> build-command)
2003-03-25 22:38:12 +01:00
lenz@mysql.com
6d8f833673
- added new option "--build-command" to be able to use different
...
commands for building the sources
- removed duplicate option "--revision"
- added help for new option and reformatted help text a bit
2003-03-25 22:20:07 +01:00
lenz@mysql.com
541ba610b1
- Heavily reworked the Do-pkg script to use functions from logger.pm
...
- moved helper functions from Bootstrap script to logger.pm
2003-02-25 15:20:07 +01:00
lenz@mysql.com
3e75d7771d
- added more files to support-files/MacOSX and added them to the
...
distribution
- added Bootstrap, logger.pm and Do-pkg to Build-tools:
Bootstrap is used to build the source distribution for the binary builds
logger.pm includes some helper functions
Do-pkg converts a binary distribution into a Mac OS X PKG (still needs
some polishing)
2003-02-19 21:02:05 +01:00