~james-page/charms/trusty/glance/wily

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/fetch/__init__.py

  • Committer: Corey Bryant
  • Date: 2015-08-18 17:34:34 UTC
  • Revision ID: corey.bryant@canonical.com-20150818173434-b7yih2ltlmyjlsyj
[corey.bryant,r=trivial] Sync charm-helpers to pick up Liberty support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
    'kilo/proposed': 'trusty-proposed/kilo',
91
91
    'trusty-kilo/proposed': 'trusty-proposed/kilo',
92
92
    'trusty-proposed/kilo': 'trusty-proposed/kilo',
 
93
    # Liberty
 
94
    'liberty': 'trusty-updates/liberty',
 
95
    'trusty-liberty': 'trusty-updates/liberty',
 
96
    'trusty-liberty/updates': 'trusty-updates/liberty',
 
97
    'trusty-updates/liberty': 'trusty-updates/liberty',
 
98
    'liberty/proposed': 'trusty-proposed/liberty',
 
99
    'trusty-liberty/proposed': 'trusty-proposed/liberty',
 
100
    'trusty-proposed/liberty': 'trusty-proposed/liberty',
93
101
}
94
102
 
95
103
# The order of this list is very important. Handlers should be listed in from