From: martin@piware.de <> Date: Wed, 24 Jun 2009 13:59:19 +0000 (+0200) Subject: workitems.py: request larger batch from +specs list X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=59a2b79f7ec9dbd69658b66f97d5229f41c2cc39 workitems.py: request larger batch from +specs list --- diff --git a/workitems.py b/workitems.py index ec311b8..d30a7e6 100755 --- a/workitems.py +++ b/workitems.py @@ -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()