Changeset 28373
- Timestamp:
- Jun 16, 2010, 4:08:30 PM (16 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
share/pubtool_pending.sql (modified) (2 diffs)
-
src/pubtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pubtool_pending.sql
r28319 r28373 27 27 AND publishRun.state = 'new' 28 28 AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned') 29 AND (diffRun.magicked >0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0)29 AND (diffRun.magicked != 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 30 30 -- WHERE hook %s 31 31 UNION … … 48 48 AND publishRun.state ='new' 49 49 AND camRun.state IN ('full', 'cleaned', 'goto_cleaned') 50 AND (camRun.magicked >0 OR publishClient.magicked = 0)50 AND (camRun.magicked != 0 OR publishClient.magicked = 0) 51 51 -- WHERE hook %s 52 52 ) AS publishToDo -
trunk/ippTools/src/pubtool.c
r28371 r28373 293 293 PXOPT_COPY_STR(config->args, where, "-stage", "publishClient.stage", "=="); 294 294 PXOPT_COPY_STR(config->args, where, "-comment", "publishClient.comment", "LIKE"); 295 pxAddLabelSearchArgs(config, where, "-label", " label", "==");295 pxAddLabelSearchArgs(config, where, "-label", "publishRun.label", "=="); 296 296 297 297 // optional
Note:
See TracChangeset
for help on using the changeset viewer.
