зеркало из https://github.com/mozilla/gecko-dev.git
checkin mac script changes to generate build numbers on macintosh
This commit is contained in:
Родитель
3ce4ce3bbf
Коммит
263e95a79c
|
@ -70,12 +70,6 @@ if ($build{all})
|
||||||
chdir("::::");
|
chdir("::::");
|
||||||
$MOZ_SRC = cwd();
|
$MOZ_SRC = cwd();
|
||||||
|
|
||||||
if ($MOZ_FULLCIRCLE)
|
|
||||||
{
|
|
||||||
#// Get the Build Number for the Master.ini(Full Circle) n'stuff
|
|
||||||
$buildnum = Moz::SetBuildNumber();
|
|
||||||
}
|
|
||||||
|
|
||||||
OpenErrorLog("NGLayoutBuildLog");
|
OpenErrorLog("NGLayoutBuildLog");
|
||||||
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
|
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
|
||||||
|
|
||||||
|
@ -86,6 +80,8 @@ if ($pull{all}) {
|
||||||
Checkout();
|
Checkout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetBuildNumber();
|
||||||
|
|
||||||
chdir($MOZ_SRC);
|
chdir($MOZ_SRC);
|
||||||
BuildDist();
|
BuildDist();
|
||||||
|
|
||||||
|
@ -93,3 +89,4 @@ chdir($MOZ_SRC);
|
||||||
BuildProjects();
|
BuildProjects();
|
||||||
|
|
||||||
print "Build layout complete\n";
|
print "Build layout complete\n";
|
||||||
|
|
||||||
|
|
|
@ -380,8 +380,8 @@ sub InstallFromManifest($;$)
|
||||||
close (BDATE);
|
close (BDATE);
|
||||||
close (OUTPUT);
|
close (OUTPUT);
|
||||||
|
|
||||||
system ("perl :mozilla:config:aboutime.pl :mozilla:l10n:us:xp:about-all.html :mozilla:config:build_number");
|
system ("perl :mozilla:config:aboutime.pl :mozilla:xpfe:browser:src:navigator.xul :mozilla:config:build_number");
|
||||||
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub SetAgentString
|
sub SetAgentString
|
||||||
|
|
Загрузка…
Ссылка в новой задаче