off the branch, need to check checkout status. -mcafee

This commit is contained in:
cltbld%netscape.com 2003-06-26 01:05:15 +00:00
Родитель ea46c1aca6
Коммит 7c09f5e493
1 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -290,12 +290,11 @@ sub main {
unless ($Settings::TestOnly) {
# Checkout/update the camino code.
# Chimera branch doing this for us, we will need this later.
# $status = checkout($mozilla_build_dir);
# TinderUtils::print_log("Status from checkout: $status\n");
# if ($status != 0) {
# $post_status = 'busted';
# }
$status = checkout($mozilla_build_dir);
TinderUtils::print_log("Status from checkout: $status\n");
if ($status != 0) {
$post_status = 'busted';
}
# Build camino if we passed the checkout command.
if ($post_status ne 'busted') {