mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Add more verbose information to update build process.
This commit is contained in:
parent
9aa394b92f
commit
ce0ae1eba3
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user