~adam-collard/click-reviewers-tools/store-requests-category

« back to all changes in this revision

Viewing changes to clickreviews/overrides.py

  • Committer: Jamie Strandboge
  • Date: 2019-04-09 15:21:11 UTC
  • Revision ID: jamie@ubuntu.com-20190409152111-lqpq7dnjf3a090ux
overrides.py: add lool to canonical_enablement and mock bluez and modemmanager

Show diffs side-by-side

added added

removed removed

Lines of Context:
401
401
                        'pascal.morin@canonical.com',
402
402
                        'tony.espy@canonical.com',
403
403
                        'jim.hodapp@canonical.com',
 
404
                        'loic.minier@canonical.com',
404
405
                        ]
405
406
 
406
407
canonical_foundations = ['daniel.watkins@canonical.com',
615
616
    'pc-lowlatency-kernel': {'linux-image-generic': 'auto-kernel'},
616
617
    'pi-kernel': {'linux-image-raspi2': 'auto-kernel'},
617
618
    'pi2-kernel': {'linux-image-raspi2': 'auto-kernel'},  # same as pi-kernel
 
619
    # Canonical Stack Snaps - changes should be approved by awe
 
620
    # - bluez snapcraft.yaml doesn't specify base, so mock the xenial
 
621
    'bluez': {'bluez': '5.37-0ubuntu5.1'},
 
622
    # - modem-manager snapcraft.yaml doesn't specify base, so mock the xenial
 
623
    'modem-manager': {'modemmanager': '1.6.4-1ubuntu0.16.04.1'},
618
624
}
619
625
 
620
626