mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
bug 407351: trunk support for Bootstrap::Step::Stage - support for long named alphas/betas. r=cf, patch=me
This commit is contained in:
parent
410476baa7
commit
05c8ea82dd
@ -794,6 +794,10 @@ sub GeneratePrettyName {
|
||||
my $newVersion = $config->Get(var => 'version');
|
||||
my $newVersionShort = $newVersion;
|
||||
|
||||
# Use long alpha/beta name for Win32 and Mac
|
||||
$newVersion =~ s/a([0-9]+)/ Alpha $1/;
|
||||
$newVersion =~ s/b([0-9]+)/ Beta $1/;
|
||||
|
||||
my @result;
|
||||
|
||||
# $1 = first character of name
|
||||
|
Loading…
Reference in New Issue
Block a user