Changeset 29079 for trunk/tools/roboczar.pl
- Timestamp:
- Aug 30, 2010, 9:07:31 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/roboczar.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/roboczar.pl
r29059 r29079 104 104 my $priority = undef; 105 105 my $newState = undef; 106 my $nsStatus = undef; 106 107 107 108 while (1) { … … 115 116 $begin = $czarDb->subtractInterval($begin, "1 DAY"); 116 117 } 118 119 # check nightly science status 120 print "* Checking nightly science status\n"; 121 if (!$pantasks->getNightlyScienceStatus(\$nsStatus)) {$nsStatus = "Unknown";} 122 $czarDb->updateNightlyScience($nsStatus); 117 123 118 124 # check nebulous
Note:
See TracChangeset
for help on using the changeset viewer.
