mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
30bc819e29
commit
c66b37f256
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user