Ignore:
Timestamp:
2013-06-19T16:42:42+12:00 (11 years ago)
Author:
ak19
Message:

A TODO listing

File:
1 edited

Legend:

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

    r27657 r27663  
    55# But it is intended to be expanded to work for Windows and GS3
    66# For windows, need to REMEMBER to set the correct shebangs at the top
     7
     8
     9# TODO:
     10# Have a caveat mode and a stable mode (as in snapshot/task.pl)
     11#
     12#} elsif ( $ENV{'TASK_NAME'} =~ "gs2-diffcol-(caveat|stable)" ) {
     13#   $major_version = 2;
     14#   $prefix="2t";
     15#   $rk="tk2"; # test kit
     16#} elsif ( $ENV{'TASK_NAME'} =~ "gs3-diffcol-(caveat|stable)" ) {
     17#   $major_version = 3;
     18#   $prefix="3t";
     19#   $rk="tk3"; # test kit
    720
    821package diffcoltask;
Note: See TracChangeset for help on using the changeset viewer.