Changeset 33057
- Timestamp:
- Jan 9, 2012, 1:54:53 PM (14 years ago)
- Location:
- tags/ipp-20111222/pstamp/scripts
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
pstamp_checkdependent.pl (modified) (1 diff)
-
pstamp_get_image_job.pl (modified) (1 diff)
-
pstamp_job_run.pl (modified) (2 diffs)
-
pstamp_parser_run.pl (modified) (1 diff)
-
pstamp_server_status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111222/pstamp/scripts
- Property svn:mergeinfo set to
-
tags/ipp-20111222/pstamp/scripts/pstamp_checkdependent.pl
r33010 r33057 285 285 } elsif ($fault_count > $max_fault_count) { 286 286 print "$stage $stage_id has faulted $fault_count times. Giving up\n"; 287 $fault = $PSTAMP_GONE; 288 faultComponent('chip', $chip->{chip_id}, $chip->{class_id}, $PSTAMP_GONE); 289 return $PSTAMP_GONE; 287 # XXX: stop faulting chips for now 288 # $fault = $PSTAMP_GONE; 289 # faultComponent('chip', $chip->{chip_id}, $chip->{class_id}, $PSTAMP_GONE); 290 $fault = $PSTAMP_NOT_AVAILABLE; 291 return $fault; 290 292 } 291 293 # fault the dependent -
tags/ipp-20111222/pstamp/scripts/pstamp_get_image_job.pl
r32785 r33057 126 126 $command .= " --results_file $results_file"; 127 127 $command .= " --component $component --path_base $path_base --outroot $outroot"; 128 # XXX: we need to do some work if we want to support muggle bundles 129 # $command .= " --no_magic if $no_magic"; 130 $command .= " --magicked" if $magicked; 128 # DING DONG .... 129 $command .= " --no_magic"; 131 130 $command .= " --dbname $imagedbname" if $imagedbname; 132 131 $command .= " --verbose" if $verbose; -
tags/ipp-20111222/pstamp/scripts/pstamp_job_run.pl
r32990 r33057 59 59 $options = 1 if !$options; 60 60 61 # We don't need to muggle anymore. Ignore those options 62 $options &= ~($PSTAMP_REQUEST_UNCENSORED | $PSTAMP_REQUIRE_UNCENSORED); 61 63 62 64 my $ipprc = PS::IPP::Config->new(); # IPP Configuration … … 108 110 $nan_masked = 0; 109 111 $muggle = 1; 112 } 113 114 if ($stage eq "raw") { 115 $options &= ~($PSTAMP_SELECT_MASK | $PSTAMP_SELECT_VARIANCE); 110 116 } 111 117 -
tags/ipp-20111222/pstamp/scripts/pstamp_parser_run.pl
r32810 r33057 54 54 print "Starting script $0 on $host\n\n"; 55 55 } 56 57 $need_magic = 0; 56 58 57 59 my $missing_tools; -
tags/ipp-20111222/pstamp/scripts/pstamp_server_status
r30517 r33057 71 71 $error_code = (($error_code >> 8) or 1); 72 72 if ($error_code == 12) { 73 #print "Postage Stamp Server is not running\n";74 print "Postage Stamp Server will be down for maintenance it will back shortly.\n";73 print "Postage Stamp Server is not running\n"; 74 #print "Postage Stamp Server will be down for maintenance it will back shortly.\n"; 75 75 exit 0; 76 76 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
