~bladernr/checkbox/1095713-set-pipefail-on-sleep-jobs

« back to all changes in this revision

Viewing changes to jobs/install.txt

  • Committer: Brendan Donegan
  • Date: 2011-06-27 10:22:03 UTC
  • mto: This revision was merged to the branch mainline in revision 935.
  • Revision ID: brendan.donegan@canonical.com-20110627102203-inu9sw7qp4ek2f7h
Added whitelists and remaining job files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: shell
 
2
name: apt-get-gets-updates
 
3
requires: package.name == 'apt'
 
4
user: root
 
5
command: apt-get -d -y --force-yes dist-upgrade && true || false
 
6
description: 
 
7
 Tests to see that apt can access repositories and get updates (does not install updates)