IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30180


Ignore:
Timestamp:
Dec 26, 2010, 6:58:51 AM (15 years ago)
Author:
eugene
Message:

add burntool.on/off macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r30120 r30180  
    7979macro register.revert.off
    8080  task register.imfile.revert
     81    active false
     82  end
     83end
     84
     85macro burntool.on
     86  task register.burntool.load
     87    active true
     88  end
     89  task register.burntool.run
     90    active true
     91  end
     92end
     93
     94macro burntool.off
     95  task register.burntool.load
     96    active false
     97  end
     98  task register.burntool.run
    8199    active false
    82100  end
     
    529547    $today = `date -u +%Y-%m-%d`
    530548# debugging purposes
    531 #    $today = "2010-12-06"
     549#   $today = "2010-12-25"
    532550    $run = $run -date $today -valid_burntool $valid_burntool_value
    533551    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.