]> piware.de Git - bin.git/blobdiff - workitems.py
workitems.py: request larger batch from +specs list
[bin.git] / 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()