summaryrefslogtreecommitdiff
path: root/Build-tools/Bootstrap
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-12-16 14:43:34 +0100
committerunknown <lenz@mysql.com>2003-12-16 14:43:34 +0100
commit2d8e40ef8e04ba3c07564a1714e7e0bf6aff3259 (patch)
tree0a4268a082644283e97a26b2d142cca177ed356c /Build-tools/Bootstrap
parent35272547cbf9a446f9d52b8f4b4b42d2dc68000a (diff)
downloadmariadb-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/Bootstrap')
-rwxr-xr-xBuild-tools/Bootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index 7d3ac1322f4..930d053b113 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -99,6 +99,8 @@ if (defined $opt_build_command)
print_help("") if ($opt_help);
defined($REPO=$ARGV[0]) || print_help("Please enter the BK repository to be used!");
+$subject= "Bootstrap of $REPO failed" if $opt_mail;
+
&logger("Starting build");
&abort("The directory \"$REPO\" could not be found!") if (!-d $REPO);
&logger("Using $REPO as the BK parent repository");