IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2009, 11:21:58 AM (17 years ago)
Author:
bills
Message:

add component to the product list metdata for the fileset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_make_fileset.pl

    r23912 r24104  
    9797
    9898# add the dbinfo file to the list
    99 print $listFile "$dbinfo_file|||text|\n";
     99# XXX: change type from text to dbinfo once we descide on types
     100print $listFile "$dbinfo_file|||text|dbinfo|\n";
    100101
    101102my $components;
     
    125126    next if $size == 0;
    126127    my $md5sum = $component->{md5sum};
     128    # name of the file
    127129    my $name = $component->{name};
     130    # component id (class_is or skycell_id)
     131    my $comp_name = $component->{component};
    128132
    129133    # XXX: if tarfile is not always the right type we need to add a type to distComponent
    130     print $listFile "$name|$size|$md5sum|tgz|\n";
     134    print $listFile "$name|$size|$md5sum|tgz|$comp_name|\n";
    131135}
    132136
Note: See TracChangeset for help on using the changeset viewer.