~pguimaraes/landscape-client-charm/landscape-client-charm

« back to all changes in this revision

Viewing changes to hooks/install.py

  • Committer: 🤖 Landscape Builder
  • Author(s): Xav Paice
  • Date: 2018-02-22 23:03:06 UTC
  • mfrom: (64.1.1 landscape-client-charm)
  • Revision ID: _landscape_builder-20180222230306-cqxokd9w8jjgk9px
Merge landscape-client-charm [f=1723363] [r=simpoir,landscape-builder] [a=Xav Paice]
add optional override for unattended-upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
    return fetch.add_source(url, key)
90
90
 
 
91
 
91
92
if __name__ == '__main__':
92
93
    try:
93
94
        sys.exit(hooks.execute(sys.argv))