~brian-murray/ubuntu-archive-tools/sorted-series

« back to all changes in this revision

Viewing changes to lputils.py

  • Committer: Iain Lane
  • Date: 2021-03-10 09:59:14 UTC
  • mfrom: (1454.1.8 ubuntu-archive-tools)
  • Revision ID: iain.lane@canonical.com-20210310095914-ihhf8w8u6dmucerz
mergeĀ lp:~seb128/ubuntu-archive-tools/confirmation-for-not-team-owned-promotion

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    '"ubuntu/partner" for a partner or copy archive.')
44
44
 
45
45
 
 
46
team_names = [
 
47
    'canonical-support',
 
48
    'checkbox-bugs',
 
49
    'desktop-packages',
 
50
    'documentation-packages',
 
51
    'foundations-bugs',
 
52
    'kernel-packages',
 
53
    'kubuntu-bugs',
 
54
    'landscape',
 
55
    'maas-maintainers',
 
56
    'mir-team',
 
57
    'oem-solutions-engineers',
 
58
    'pkg-ime',
 
59
    'snappy-dev',
 
60
    'translators-packages',
 
61
    'ubuntu-openstack',
 
62
    'ubuntu-printing',
 
63
    'ubuntu-security',
 
64
    'ubuntu-server',
 
65
    ]
 
66
 
46
67
def setup_location(args, default_pocket="Release"):
47
68
    archive = None
48
69
    if getattr(args, "archive", False):