[Debtags-commits] [svn] r2114 - cgi-bin
Erich Schubert
erich at alioth.debian.org
Sun Nov 19 17:57:19 CET 2006
Author: erich
Date: Sun Nov 19 17:57:18 2006
New Revision: 2114
Modified:
cgi-bin/erich
Log:
remove 50 pkgs limit, which was hindering the usefulness with not-yet-tagged
Modified: cgi-bin/erich
==============================================================================
--- cgi-bin/erich (original)
+++ cgi-bin/erich Sun Nov 19 17:57:18 2006
@@ -50,8 +50,7 @@
fs.add(tag.split("::")[0])
for facet in fs:
facets[facet] = facets.get(facet,0) + 1
- if totalpkgs < 50:
- pkgs.update(ppkgs)
+ pkgs.update(ppkgs)
# prepare buffer for both compression and caching
buf = cStringIO.StringIO()
More information about the Debtags-commits
mailing list