diff options
author | unknown <lenz@mysql.com> | 2003-12-16 14:43:34 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-12-16 14:43:34 +0100 |
commit | 2d8e40ef8e04ba3c07564a1714e7e0bf6aff3259 (patch) | |
tree | 0a4268a082644283e97a26b2d142cca177ed356c /Build-tools/logger.pm | |
parent | 35272547cbf9a446f9d52b8f4b4b42d2dc68000a (diff) | |
download | mariadb-git-2d8e40ef8e04ba3c07564a1714e7e0bf6aff3259.tar.gz |
- 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
Build-tools/Bootstrap:
- Define the subject for the failure mail within the Build script
Build-tools/Do-rpm:
- Define the subject of the failure email within the build script
- Added missing space to make moving of the resulting packages working
Build-tools/logger.pm:
- Define the subject for the failure mail within the calling script instead
of here
Diffstat (limited to 'Build-tools/logger.pm')
-rw-r--r-- | Build-tools/logger.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build-tools/logger.pm b/Build-tools/logger.pm index becde95df18..835d8014aa0 100644 --- a/Build-tools/logger.pm +++ b/Build-tools/logger.pm @@ -53,7 +53,6 @@ sub abort if ($opt_mail && !$opt_dry_run) { $messagefile= "/tmp/message.$$"; - $subject= "Bootstrap of $REPO failed"; open(TMP,">$messagefile"); print TMP "$message\n\n"; close TMP; |