Ignore:
Timestamp:
2014-10-02T16:26:27+13:00 (10 years ago)
Author:
ak19
Message:

Slight improvement to yesterday's commit. Now the rc# part of the release folder name is optional.

File:
1 edited

Legend:

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

    r29346 r29347  
    5050#choose the parameters of the build based on the task name
    5151if ( $ENV{'TASK_NAME'} =~ "release" ) { # run as release 306rc1 (or as different as gs-3.06-rc1)
    52     if(exists $ARGV[0] && $ARGV[0] =~ m/^(gs-?)?(3|2)\.?\d\d+-?rc\d$/) {       
     52    if(exists $ARGV[0] && $ARGV[0] =~ m/^(gs-?)?(3|2)\.?\d\d+(-?rc\d)?$/) {     
    5353        create_release($ARGV[0]);
    5454        exit;
Note: See TracChangeset for help on using the changeset viewer.