- Timestamp:
- Aug 30, 2013, 4:48:58 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130711/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
disttool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src (added) merged: 35856,35888,35896-35897,35955,35960,36009,36019,36041,36046
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130711/ippTools/src/disttool.c
r35193 r36071 375 375 } 376 376 if (dist_group) { 377 psStringAppend(&query, " AND (st icskyRun.dist_group = '%s')", dist_group);377 psStringAppend(&query, " AND (staticskyRun.dist_group = '%s')", dist_group); 378 378 } 379 379 // (static)sky stage doesn't require magic 380 magic = false; 381 } else if (!strcmp(stage, "skycal")) { 382 query = pxDataGet("disttool_definebyquery_skycal.sql"); 383 if (!query) { 384 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 385 psFree(where); 386 return false; 387 } 388 389 if (label) { 390 psStringAppend(&query, " AND (skycalRun.label = '%s')", label); 391 } 392 if (dist_group) { 393 psStringAppend(&query, " AND (skycalRun.dist_group = '%s')", dist_group); 394 } 395 // skycal stage doesn't require magic 380 396 magic = false; 381 397 } else if (!strcmp(stage, "SSdiff")) {
Note:
See TracChangeset
for help on using the changeset viewer.
