Changeset 24104
- Timestamp:
- May 7, 2009, 11:21:58 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_make_fileset.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_make_fileset.pl
r23912 r24104 97 97 98 98 # 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 100 print $listFile "$dbinfo_file|||text|dbinfo|\n"; 100 101 101 102 my $components; … … 125 126 next if $size == 0; 126 127 my $md5sum = $component->{md5sum}; 128 # name of the file 127 129 my $name = $component->{name}; 130 # component id (class_is or skycell_id) 131 my $comp_name = $component->{component}; 128 132 129 133 # 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"; 131 135 } 132 136
Note:
See TracChangeset
for help on using the changeset viewer.
