- Timestamp:
- Nov 27, 2012, 11:52:11 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippScripts/scripts/destreak_restore_camera.pl (modified) (2 diffs)
-
ippTools/share/magicdstool_torevert_camera.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/destreak_restore_camera.pl
r34429 r34715 440 440 } 441 441 442 my $backup_url = shift; 442 443 my $original_url = shift; 443 my $backup_url = shift;444 444 445 445 # rename the backup as the orig … … 449 449 my $moved; 450 450 eval { 451 $moved = nebulous->move($backup_url, $original_url);451 $moved = $nebulous->move($backup_url, $original_url); 452 452 }; 453 453 if ($@ or not $moved) { -
trunk/ippTools/share/magicdstool_torevert_camera.sql
r30668 r34715 23 23 JOIN rawExp using(exp_id) 24 24 WHERE magicDSRun.stage = 'camera' 25 AND camProcessedExp.fault = 0 26 AND camRun.state = 'full' 25 27 AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0) 26 28 OR ((magicDSRun.state = 'goto_censored' OR magicDSRun.state = 'goto_restored')
Note:
See TracChangeset
for help on using the changeset viewer.
