~thomir-deactivatedaccount/charm-haproxy/make-config-less-insane

« back to all changes in this revision

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

  • Committer: Adam Israel
  • Date: 2016-03-04 16:19:31 UTC
  • mfrom: (100.1.1 haproxy)
  • Revision ID: adam.israel@gmail.com-20160304161931-r2en00ue80mj2rfr
[samantha-jian] Add 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