~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/jobs/ingest.py

  • Committer: Aaron Bentley
  • Date: 2013-04-08 17:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 189.
  • Revision ID: aaron@canonical.com-20130408173300-fr82rgs72vvf1lln
Increase minimum changelogs to 10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
 
177
177
    name = 'changelog'
178
178
 
179
 
    def __init__(self, limit=9, since=None):
 
179
    def __init__(self, limit=10, since=None):
180
180
        self.limit = limit
181
181
        self.since = since
182
182