~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to generate-team-bzr

  • Committer: Steve Langasek
  • Date: 2023-04-03 19:40:08 UTC
  • Revision ID: steve.langasek@canonical.com-20230403194008-2cqlmnhfb65ufcvk
ubuntu-archive-team is https-only

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
# copied from generate-team-p-m
65
65
def get_subscribers_json(packages, subscribers_json):
66
66
    if subscribers_json is None:
67
 
        j = urlopen("http://ubuntu-archive-team.ubuntu.com/package-team-mapping.json")
 
67
        j = urlopen("https://ubuntu-archive-team.ubuntu.com/package-team-mapping.json")
68
68
    else:
69
69
        j = open(subscribers_json, 'rb')
70
70
    with j: