Changeset 32546
- Timestamp:
- Oct 13, 2011, 2:52:59 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
-
ippScripts/scripts/videophot_process.pl (modified) (2 diffs)
-
ippTasks/Makefile.am (modified) (1 diff)
-
ippTasks/vp.pro (added)
-
ippTools/share/vptool_pendingrun.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/videophot_process.pl
r32507 r32546 32 32 exit($PS_EXIT_CONFIG_ERROR); 33 33 } 34 my ($vp_id, $exp_tag, $camera, $outroot, $dest_id, $dbname, $verbose, $no_update, $no_op, $redirect); 35 36 my $dbserver = "ipp049"; 34 my ($vp_id, $camera, $outroot, $dest_id, $dbname, $verbose, $no_update, $no_op, $redirect); 37 35 38 36 GetOptions( … … 70 68 71 69 $vptool .= " -dbname $dbname" if $dbname; 72 $vptool .= " -dbserver $dbserver" if $dbserver;73 70 74 71 # Get list of chips with pending video cells -
trunk/ippTasks/Makefile.am
r31454 r32546 42 42 background.pro \ 43 43 diffphot.pro \ 44 lap.pro 44 lap.pro \ 45 vp.pro 45 46 46 47 other_files = \ -
trunk/ippTools/share/vptool_pendingrun.sql
r32510 r32546 5 5 vpRun.workdir, 6 6 vpRun.dest_id, 7 rcDestination.name ,8 rcDestination.dbname ,9 rcDestination.dbhost ,7 rcDestination.name AS dest_name, 8 rcDestination.dbname AS ds_dbname, 9 rcDestination.dbhost AS ds_dbhost, 10 10 IFNULL(Label.priority, 10000) as priority 11 11 FROM vpRun
Note:
See TracChangeset
for help on using the changeset viewer.
