Add more verbose information to update build process.

This commit is contained in:
cltbld 2005-08-21 22:06:19 +00:00
parent 9aa394b92f
commit ce0ae1eba3

View File

@ -447,6 +447,8 @@ sub packit {
TinderUtils::run_shell_command "ssh -i $ENV{HOME}/.ssh/aus cltbld\@aus-staging.mozilla.org mkdir -p $path";
TinderUtils::run_shell_command "scp -i $ENV{HOME}/.ssh/aus $builddir/dist/update/update.snippet cltbld\@aus-staging.mozilla.org:$path/en-US.txt";
} else {
TinderUtils::print_log "\nNot pushing first-gen update info...\n";
}
# Push the build schema 1 data.
@ -459,7 +461,8 @@ sub packit {
TinderUtils::run_shell_command "scp -i $ENV{HOME}/.ssh/aus $builddir/dist/update/update.snippet cltbld\@aus-staging.mozilla.org:$path/en-US.txt";
}
TinderUtils::print_log "\nUpdate generated.\n\n";
TinderUtils::print_log "\nCompleted pushing update info...\n";
TinderUtils::print_log "\nUpdate build completed.\n\n";
} else {
TinderUtils::print_log "Error: Unable to get info on '$update_path' or include in upload because it doesn't exist!\n";
}