about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-04-12T10·07+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-04-12T10·07+0000
commitd5219a351af4429ce0ca339940b7ae81717df4a6 (patch)
treea48df22a9a2ab89af87d36d006b20801df54dde6 /scripts
parent1d86790910c204f074626916e8d17508d8d633be (diff)
* Damn. Disable the USE heuristic for now, since the deriver in the
  database isn't always in the manifest (so the reference graph cannot
  be reconstructed fully).

Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-patches.pl.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/generate-patches.pl.in b/scripts/generate-patches.pl.in
index 3856dd5684..b27181da49 100755
--- a/scripts/generate-patches.pl.in
+++ b/scripts/generate-patches.pl.in
@@ -237,10 +237,10 @@ foreach my $p (keys %dstOutPaths) {
             $ratio = 1 / $ratio if $ratio < 1;
             print "  USE $srcUses $dstUses $ratio $q\n";
             
-            if ($ratio >= 2) {
-                print "  SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
-                next;
-            }
+#            if ($ratio >= 2) {
+#                print "  SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n";
+#                next;
+#            }
 
             # If there are multiple matching names, include the ones
             # with the closest version numbers.