Ignore:
Timestamp:
2013-09-26T20:06:27+12:00 (11 years ago)
Author:
ak19
Message:

In the filename for the mac binaries, we now indicate that it's a dmg for a Lion after the date instead of before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/snapshot/trunk/task.pl

    r28299 r28321  
    9898    (my $id3re = $id3) =~ s@\.@\\.@g;
    9999
    100     $ENV{'munges'} = "s/-$id2re/-$id2$osversion-candidate-" . get_date() . "/g " if ($id2 =~ m/\S/);
    101     $ENV{'munges'} .= "s/-$id3re/-$id3$osversion-candidate-" . get_date() . "/g" if ($id3 =~ m/\S/);
     100    $ENV{'munges'} = "s/-$id2re/-$id2-candidate-" . get_date() . "$osversion" . "/g " if ($id2 =~ m/\S/);
     101    $ENV{'munges'} .= "s/-$id3re/-$id3-candidate-" . get_date() . "$osversion". "/g" if ($id3 =~ m/\S/);
     102    #$ENV{'munges'} = $ENV{'munges'} . " s/\\.dmg\$/$osversion.dmg/";   
    102103
    103104    # the above generates a list of regex. Have a \D (non-digit) prefixed to the value to be substituted, else
Note: See TracChangeset for help on using the changeset viewer.