Index: trunk/ippScripts/scripts/dist_make_fileset.pl
===================================================================
--- trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 23912)
+++ trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 24104)
@@ -97,5 +97,6 @@
 
 # add the dbinfo file to the list
-print $listFile "$dbinfo_file|||text|\n";
+# XXX: change type from text to dbinfo once we descide on types
+print $listFile "$dbinfo_file|||text|dbinfo|\n";
 
 my $components;
@@ -125,8 +126,11 @@
     next if $size == 0;
     my $md5sum = $component->{md5sum};
+    # name of the file
     my $name = $component->{name};
+    # component id (class_is or skycell_id)
+    my $comp_name = $component->{component};
 
     # XXX: if tarfile is not always the right type we need to add a type to distComponent
-    print $listFile "$name|$size|$md5sum|tgz|\n";
+    print $listFile "$name|$size|$md5sum|tgz|$comp_name|\n";
 }
 
