From: Ryan Murray Date: Wed, 1 Sep 2004 07:52:15 +0000 (+0000) Subject: tea now checks pool/ instead of dists/ (everything in the db these days isunder pool/) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa4d7d8e679f5e77d58d0378861c8050aae4864;p=dak tea now checks pool/ instead of dists/ (everything in the db these days isunder pool/) --- diff --git a/tea b/tea index 229969da..6ef35883 100755 --- a/tea +++ b/tea @@ -2,7 +2,7 @@ # Various different sanity checks # Copyright (C) 2000, 2001, 2002, 2003, 2004 James Troup -# $Id: tea,v 1.28 2004-06-17 14:57:47 troup Exp $ +# $Id: tea,v 1.29 2004-09-01 07:52:15 rmurray Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -107,7 +107,7 @@ def check_files(): print "Checking against existent files..."; - os.path.walk(Cnf["Dir::Root"]+'dists/', process_dir, None); + os.path.walk(Cnf["Dir::Root"]+'pool/', process_dir, None); print print "%s wasted..." % (utils.size_type(waste));