And yes, I found the culprit:

         else {
             my @files = glob("$pool/*.rpm");
             if (scalar(@files) > 0) {
                 $format = "rpms";
             } else {
                 $format = "debs";
             }
             print "Pool format: $format\n";
             if ($prev_format ne "" && $prev_format ne $format) {
                 carp ("ERROR: 2 Mix of RPM and Deb pools ($prev_format vs. 
$2),".
                       " we do not know how to deal with that!");
             }

(PackageSmart.pm )

This area part of prepare_pools() needs to be redirected
to something that will fetch the proper Repodata.

Omri Schwarz --- [EMAIL PROTECTED]
Timeless wisdom of biomedical engineering: "Noise is principally
due to the presence of the patient." -- R.F. Farr


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to