Changeset 24199 for trunk/ippScripts/scripts/dist_make_fileset.pl
- Timestamp:
- May 15, 2009, 12:26:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_make_fileset.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_make_fileset.pl
r24125 r24199 213 213 if ($stage eq 'stack') { 214 214 return "stack.$stage_id"; 215 } elsif ($stage eq 'diff') { 216 return "diff.$stage_id"; 215 217 } 216 218 217 219 # 218 # we are a long ways away from the rawExp in the pip line. Rather than do some exotic219 # queries in thedisttool, we look up the exp_name in the database using DBI220 # we are a long ways away from the rawExp in the pipeline. Rather than do some 221 # very long joins in disttool, we look up the exp_name in the database using DBI 220 222 # 221 223 my $dbh = getDBHandle($ipprc, $dbname); … … 236 238 $query = "SELECT exp_name FROM warpRun JOIN fakeRun USING(fake_id) JOIN camRun USING(cam_id)" 237 239 . " JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) WHERE warp_id = $stage_id"; 238 } elsif ($stage eq 'diff') {239 $query = "SELECT exp_name FROM diffRun JOIN rawExp USING(exp_id) WHERE diff_id = $stage_id";240 240 } else { 241 241 &my_die("$stage is invalid value for stage\n");
Note:
See TracChangeset
for help on using the changeset viewer.
