summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-06-02 14:37:07 +0300
committerTill Maas <opensource@till.name>2012-06-03 23:31:24 +0200
commit54448d483f5cd7e12f13b13dd7baea6108b87fc4 (patch)
tree2224d22fb830f8b442f5627a109355f4a87b1025
parent7a9aa0f957440eb7f533f233b1c9c3349376fa54 (diff)
downloadcnucnu-54448d483f5cd7e12f13b13dd7baea6108b87fc4.tar.gz
cnucnu-54448d483f5cd7e12f13b13dd7baea6108b87fc4.tar.xz
cnucnu-54448d483f5cd7e12f13b13dd7baea6108b87fc4.zip
Bump number of latest sf.net file entries fetched to 100.
Project with lots of different types tarballs might otherwise not expose the relevant tarballs.
-rwxr-xr-xcnucnu/package_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnucnu/package_list.py b/cnucnu/package_list.py
index d6585e6..34cb1c9 100755
--- a/cnucnu/package_list.py
+++ b/cnucnu/package_list.py
@@ -190,7 +190,7 @@ class Package(object):
name = name_override.group(2)
name = urllib.quote(name, safe='')
if url == "SF-DEFAULT":
- url = "http://sourceforge.net/api/file/index/project-name/%s/mtime/desc/limit/20/rss" % name
+ url = "http://sourceforge.net/api/file/index/project-name/%s/mtime/desc/limit/100/rss" % name
elif url == "FM-DEFAULT":
url = "http://freshmeat.net/projects/%s" % name
elif url == "GNU-DEFAULT":