- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/perl/checkOdmStatus.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippToPsps/perl/checkOdmStatus.pl
r29652 r30118 39 39 ); 40 40 41 if (@ARGV) { 42 print "* UNKNKOWN: option @ARGV\n"; 43 } 41 44 if (!defined $product) { 42 45 print "* OPTIONAL: a datastore product name -p <name>\n"; … … 159 162 $numBatchesToCheck++; 160 163 161 # if not merged then update by polling ODM for status164 # if not merged or failed load, then update by polling ODM for status 162 165 if (!$merged && !$loadFailed) { 163 164 166 if (checkODM($batch->getName(), \$loadedToOdm, \$loadFailed, \$mergeWorthy, \$merged)) { 165 167
Note:
See TracChangeset
for help on using the changeset viewer.
