Changeset 23778 for trunk/ippScripts/scripts/dist_component.pl
- Timestamp:
- Apr 9, 2009, 2:45:48 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_component.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r23777 r23778 249 249 my $bytes; 250 250 my $md5sum; 251 if (0) { 252 if (($stage eq 'fake') or (($stage eq 'raw') and $clean)) { 253 open DUMMY, ">$tmpdir/fake.$component" or &my_die("Unable to create placeholder for fake component", 254 $dist_id, $component, $PS_EXIT_CONFIG_ERROR); 255 print DUMMY "This file is a placeholder\n"; 256 close DUMMY; 257 } 258 } 251 259 252 if ($num_files) { 260 253 # create the tarfile … … 386 379 } elsif ($stage eq "camera") { 387 380 $config_file_rule = "PSASTRO.CONFIG"; 388 $component = "";389 381 } elsif ($stage eq 'fake') { 390 382 # XXX: fake is a no op now return an emtpy list
Note:
See TracChangeset
for help on using the changeset viewer.
