Changeset 24428 for branches/pap_mops/ippTools/src/pubtool.c
- Timestamp:
- Jun 16, 2009, 10:21:18 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ippTools/src/pubtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/src/pubtool.c
r24427 r24428 89 89 PXOPT_LOOKUP_STR(product, config->args, "-product", true, false); 90 90 PXOPT_LOOKUP_STR(stage, config->args, "-stage", true, false); 91 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); 91 92 92 93 // optional 93 94 PXOPT_LOOKUP_STR(comment, config->args, "-comment", false, false); 94 95 95 if (!publishClientInsert(config->dbh, 0, product, stage, comment)) {96 if (!publishClientInsert(config->dbh, 0, product, stage, workdir, comment)) { 96 97 psError(PS_ERR_UNKNOWN, false, "Database error"); 97 98 return false; … … 108 109 109 110 // required 110 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false);111 111 112 112 // optional … … 171 171 psS64 stage = psMetadataLookupS64(NULL, row, "stage_id"); // Stage identifier 172 172 173 if (!publishRunInsert(config->dbh, 0, client, stage, workdir,set_label, "new")) {173 if (!publishRunInsert(config->dbh, 0, client, stage, set_label, "new")) { 174 174 psError(PS_ERR_UNKNOWN, false, "Unable to add fileset"); 175 175 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
