]> piware.de Git - bin.git/commitdiff
workitems.py: request larger batch from +specs list
authormartin@piware.de <>
Wed, 24 Jun 2009 13:59:19 +0000 (15:59 +0200)
committermartin@piware.de <>
Wed, 24 Jun 2009 13:59:19 +0000 (15:59 +0200)
workitems.py

index ec311b87169a295eb3a39f666c8ee2da06197a6b..d30a7e68386752fa0f2db0e611ece170048d274d 100755 (executable)
@@ -164,7 +164,7 @@ def add_work_item(db, blueprint, item, status):
 def import_lp(db, name_pattern, release):
     '''Collect blueprint work items from Launchpad into DB.'''
 
-    blueprints = get_blueprints('%s//ubuntu/%s/+specs' % (blueprints_base_url,
+    blueprints = get_blueprints('%s//ubuntu/%s/+specs?batch=300' % (blueprints_base_url,
         opts.release), name_pattern)
 
     cur = db.cursor()