From 989b4ad241a590f2e141607e15debc520d092e30 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Tue, 16 Dec 2003 14:43:34 +0100 Subject: - 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build-tools/Bootstrap') 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"); -- cgit v1.2.1