~josephbisch/vmbuilder/debian

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/distro.py

  • Committer: Serge Hallyn
  • Date: 2012-08-06 19:37:24 UTC
  • mfrom: (477.1.1 vmbuilder)
  • Revision ID: serge.hallyn@canonical.com-20120806193724-frv4orxx1e3hslwf
Merge fix from Yoann Dubreuil for proxy support: set up apt proxies before writing sources.list

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        self.suite.pre_install()
138
138
 
139
139
    def configure_os(self):
 
140
        self.suite.install_apt_proxy()
140
141
        self.suite.install_sources_list()
141
 
        self.suite.install_apt_proxy()
142
142
        self.suite.create_devices()
143
143
        self.suite.prevent_daemons_starting()
144
144
        self.suite.mount_dev_proc()