зеркало из https://github.com/mozilla/pjs.git
fixing bug 190389 - GRE installer needs to use new version key format. This patch enables the code now. r=sgehani,sr=dveditz
This commit is contained in:
Родитель
22ce70b828
Коммит
5938c35287
|
@ -329,14 +329,8 @@ sub GetGreSpecialID
|
|||
{
|
||||
my($aDirMozTopSrc) = @_;
|
||||
my($fileBuildID) = "$aDirMozTopSrc/config/nsBuildID.h";
|
||||
my($greID) = undef;
|
||||
my($initEmptyValues) = 0;
|
||||
my($versionMilestone) = GetProductMilestoneVersion($aDirMozTopSrc, $aDirMozTopSrc, $initEmptyValues);
|
||||
|
||||
$greID = GetProductBuildID($fileBuildID, "GRE_BUILD_ID");
|
||||
return($versionMilestone);
|
||||
# return($greID);
|
||||
# return($versionMilestone . "_$greID");
|
||||
return(GetProductBuildID($fileBuildID, "GRE_BUILD_ID"));
|
||||
}
|
||||
|
||||
# GetGreFileVersion()
|
||||
|
|
Загрузка…
Ссылка в новой задаче