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

« back to all changes in this revision

Viewing changes to generate-team-p-m

  • 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:
125
125
 
126
126
def get_subscribers_json(packages, subscribers_json):
127
127
    if subscribers_json is None:
128
 
        j = urlopen("http://ubuntu-archive-team.ubuntu.com/package-team-mapping.json")
 
128
        j = urlopen("https://ubuntu-archive-team.ubuntu.com/package-team-mapping.json")
129
129
    else:
130
130
        j = open(subscribers_json, 'rb')
131
131
    with j: