~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to UpdateManager/Core/MyCache.py

  • Committer: Julian Andres Klode
  • Date: 2018-03-15 13:19:20 UTC
  • mfrom: (2806.1.1 https-changelogs)
  • Revision ID: juliank@ubuntu.com-20180315131920-9j2be42zsgljm8ta
Use HTTPS for changelogs.ubuntu.com (LP: #1744318)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    Launchpad = None
50
50
 
51
51
SYNAPTIC_PINFILE = "/var/lib/synaptic/preferences"
52
 
CHANGELOGS_POOL = "http://changelogs.ubuntu.com/changelogs/pool/"
 
52
CHANGELOGS_POOL = "https://changelogs.ubuntu.com/changelogs/pool/"
53
53
CHANGELOGS_URI = CHANGELOGS_POOL + "%s/%s/%s/%s_%s/%s"
54
54
 
55
55