Changeset 24446 for branches/pap_mops/ippScripts/scripts/publish_file.pl
- Timestamp:
- Jun 16, 2009, 2:57:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippScripts/scripts/publish_file.pl
r24427 r24446 63 63 defined $workdir; 64 64 65 my $outroot = "$workdir/$product.$pub_id"; # Output root name 66 65 67 my $ipprc = PS::IPP::Config->new() or 66 68 &my_die( "Unable to set up", $pub_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration … … 113 115 # Prepare for data store input 114 116 my ($listFile, $listFileName) = tempfile("/tmp/publish.$pub_id.list.XXXX", UNLINK => !$save_temps ); 115 116 my $outroot = "$workdir/$product.$pub_id";117 117 118 118 # Process each file … … 173 173 my $command = "$pubtool -add"; 174 174 $command .= " -pub_id $pub_id"; 175 $command .= " -path_base $outroot"; 175 176 $command .= " -fault $fault"; 176 177 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
