mwagner@here.mwagner.org
9adba28a8d
Merge here.mwagner.org:/Volumes/BK/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-07-07 16:29:10 -05:00
mwagner@here.mwagner.org
c5e6ebc6b6
my_md5sum:
...
Exit properly
2004-07-07 16:28:07 -05:00
mwagner@here.mwagner.org
199d4f15d6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0
2004-07-01 14:55:23 -05:00
mwagner@here.mwagner.org
1adf2aacc6
my_md5sum:
...
Added code to use locally installed perl modules first
2004-06-29 02:13:24 -05:00
mwagner@here.mwagner.org
81c0732a45
logger.pm, Bootstrap:
...
Updates for output enhanced Bootstrap
2004-06-24 12:22:48 -05:00
patg@krsna.patg.net
c7e61b8e9a
Do-rpm:
...
Small fix to handle the src rpm file correctly (contains '0', release number in spec file)
2004-06-23 20:26:20 -07:00
mwagner@here.mwagner.org
c769477721
my_md5sum:
...
Change behaviour to be like the md5sum in GNU coreutils
2004-06-22 12:57:52 -05:00
mwagner@here.mwagner.org
64f1cc46e9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into here.mwagner.org:/Volumes/BK/mysql-4.0-work
2004-06-18 15:00:17 -05:00
mwagner@here.mwagner.org
bfd0c576a5
my_md5sum:
...
new file, simulates 'md5sum' as a perl script
2004-06-18 14:57:42 -05:00
patg@krsna.patg.net
3b34ea8cd0
mysql-copyright:
...
* added 'local $/' to keep from undef-ing $/ (the newline setting) for the whole script
* removed the target dir removal (target dir is not a temp dir!)
* use split to create filelist (cleaner way than using chomp!)
* removed use of chomp because it caused some file names to be mangled
* print out which file is being processed if verbose
mysql-copyright-2:
* added cpp to list of files to be processed (for windows archives)
2004-06-15 23:05:12 -07:00
patg@krsna.patg.net
1dd8800278
mysql-copyright -> more fixes to deal with problems in removing temporary tar directory. Had to use cd $WD
vs chdir($WD).
...
Servers.fgl -> made sure all charset files were accounted for (cp 1256 was missing)
2004-06-15 00:12:14 -07:00
patg@krsna.patg.net
3bf0b972f4
mysql-copyright:
...
Small fixes to handle packaging of windows src (commercial) file
2004-06-11 00:40:56 -07:00
patg@krsna.patg.net
946ebdd7d2
see notes for mysql-copyright scripts
2004-06-08 13:36:32 -07:00
patg@krsna.patg.net
8583561906
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into krsna.patg.net:/home/patg/mysql-4.0
2004-06-08 13:22:31 -07:00
monty@mysql.com
cb5c3f6e2e
Added option --config-extra-env to Do-compile
2004-05-28 11:02:34 +03:00
monty@mysql.com
f2e1e3ce4c
Added patches from Novell
2004-05-25 22:00:14 +03:00
patg@krsna.patg.net
8421a5a6b3
see notes for Do-compile
2004-05-24 12:48:18 -07:00
lenz@mysql.com
8c5d7e5490
- Do-pkg: PGK and DMG names now include the full arch name (e.g.
...
"-apple-darwin7.3.0-powerpc") - this is needed as we now will provide
Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of
how we name all other packages)
2004-03-19 18:49:14 +01:00
greg@mysql.com
0786eb656c
Major work on Windows build automation-- add binary packaging, suffixes
2004-02-19 19:04:47 -01:00
greg@mysql.com
1021948a3e
Merge
2004-02-09 12:16:33 -01:00
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
b0e641b7b5
Some small enhancements for Do-compile:
...
- more flexible removal of old cruft before creating the new binary
distribution
- more flexible globbing for the binary tarball (required for QNX, where
the file name ends on *.tgz instead of .tar.gz due to file name lenght
restrictions
2004-02-04 14:16:36 +01:00
greg@mysql.com
e845a6685c
Revise Windows build script, correct comment re NetWare in libmysql.c
2004-01-21 16:06:26 -01:00
lenz@mysql.com
623c47f297
- remove unnecessary code from Do-rpm to delete the source tarball and
...
spec file after the build as RPM has its own option for this
2004-01-21 17:42:41 +01:00
greg@mysql.com
f16a71e2c5
Wrote small Windows build automation script in preparation
...
for re-working project files and enabling remote builds.
2004-01-15 16:08:32 -01:00
lenz@mysql.com
20b98eb521
- Fixed another missing space
2003-12-23 16:51:14 +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
2f34b764b1
- Some small Perl enhancements for Do-compile: use more Perl builtins.
2003-12-13 03:49:50 +01:00
lenz@mysql.com
6876df424c
- Reworked the Do-rpm build script to be more flexible
...
- Reworked testing for gcc3 in the RPM spec file a bit
2003-12-12 23:06:26 +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
cba9cbddfc
- added missing option "--without-embedded" to be able to compile without
...
the embedded server (it was missing in the previous push)
2003-08-21 12:15:22 +02: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
21ce7a4da1
- Do-pkg can now create a separate package including a MySQL Startup Item
...
for Mac OS X and add it to the installation Disk Image.
2003-08-19 13:57:58 +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
94c7024eaa
- enabled embedded server in the binary distributions by default
...
(Do-compile)
- added mysql.info to the binary distribution files (BUG#1019)
- heavily reworked the Do-rpm script to be more in line with Do-pkg
- create a "docs" subdirectory in the binary distribution and moved the
manual, ChangeLog and mysql.info file into it to unclutter the top
directory
2003-08-12 23:21:21 +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
f2e0db4811
- make sure to compile with the correct --localstatedir and --libexedir
...
paths for the binary distributions (this will hopefully resolve the
"file /usr/local/mysql/libexec/mysqld doesn't exist" error that many
people are facing)
2003-06-30 15:00:28 +02:00
lenz@mysql.com
cc3ddf4b2d
- don't add separate debug symbol file to the binary distribution,
...
if it's built with debugging enabled or not stripped (save disk
space)
2003-04-07 19:05:00 +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
7a026899e7
- added option "--skip-disk-image" and short form "-s" in addition to the
...
already existing "--skip-dmg" (per Monty request)
- Fixed handling of license files
2003-03-13 18:16:47 +01:00
lenz@mysql.com
1612991220
- added option "--skip-dmg" to skip the building of the disk image after
...
packaging
- enclosed some variables in quotes for safeguarding
- add a license file (GPL or MySQLEULA) to the package so it will be
displayed during installation (needs to be tested)
2003-03-03 16:01:05 +01:00