about summary refs log tree commit diff
path: root/scripts/maintenance
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-12T20·13+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-12T20·13+0000
commit2a535689fe801441ef8e4a5c6659925528cce106 (patch)
tree0e27528e2328c9794864a57f8f8da62691c301d5 /scripts/maintenance
parent7d4567f2cc16959e827f542e6de76a28ff11789e (diff)
* Reduce the maximum archive size for patch generation to 100 MB to
  prevent trashing on nix.cs.uu.nl.

Diffstat (limited to 'scripts/maintenance')
-rw-r--r--scripts/maintenance/readcache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maintenance/readcache.pm b/scripts/maintenance/readcache.pm
index c0657913eafc..f6beeeeb46d0 100644
--- a/scripts/maintenance/readcache.pm
+++ b/scripts/maintenance/readcache.pm
@@ -15,7 +15,7 @@ sub readDir {
 }
 
 readDir "/data/webserver/dist/nix-cache";
-readDir "/data/webserver/dist/test";
+readDir "/data/webserver/dist/test-cache";
 readDir "/data/webserver/dist/patches";
 
 print STDERR scalar (keys %archives), "\n";