~fginther/adt-cloud-worker/uci-nova-swapfile

« back to all changes in this revision

Viewing changes to uci-nova

  • Committer: Ubuntu CI Bot
  • Author(s): Francis Ginther
  • Date: 2015-04-23 18:36:53 UTC
  • mfrom: (11.1.1 add-apt-update)
  • Revision ID: ubuntu_ci_bot-20150423183653-o10dr5kx6j24fwro
Add 'apt-get update' to the cloud-config script after modifying the sources list. [r=Celso Providelo]

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
    ssh_enabled: True
232
232
 
233
233
runcmd:
234
 
 # Setup archive
 
234
 # Setup archive and do an update after changing the apt sources
235
235
 - ${archive_setup}
 
236
 - apt-get update
236
237
 # Make apt faster:
237
238
 - echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/90nolanguages
238
239
 - echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/autopkgtest