Changeset 40850 for trunk/ippMonitor
- Timestamp:
- Jul 29, 2019, 12:04:10 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool/CzarDb.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r40849 r40850 260 260 my $size = scalar @{$labels}; 261 261 if ($size < 1) { return; } 262 # if (($server eq 'stdscience') && ($telescope eq 'gpc1')) {263 ## EAM 20180510 : manually adding label used for Pole reprocessing264 ## I would like to add an external file to manage these extra265 ## labels, but this suffices for now266 # push @{$labels}, 'PV3.Pole.Reprocess.20180510';267 # push @{$labels}, 'ps_ud_QUB';268 # push @{priorities}, 50000;269 # push @{priorities}, 415;270 # }271 262 272 263 my $query = $self->{_db}->prepare(<<SQL);
Note:
See TracChangeset
for help on using the changeset viewer.
