diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-26 10:27:20 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-26 10:27:20 +0200 |
commit | 78012795b553ba0b5ad0c2977d80d8f16831ae00 (patch) | |
tree | 72bc986d7b32d1de0d6c34fc66c30dab133a8de1 /units/install | |
parent | 2515d92d9abd6f8fb7d13b6647e9d1f9a9a88061 (diff) |
Import plainbox-provider-checkbox_0.40.0~rc2.orig.tar.gzupstream-0.40.0_rc2patched-0.40.0_rc2-1
Diffstat (limited to 'units/install')
-rw-r--r-- | units/install/jobs.pxu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/units/install/jobs.pxu b/units/install/jobs.pxu new file mode 100644 index 0000000..ae22103 --- /dev/null +++ b/units/install/jobs.pxu @@ -0,0 +1,10 @@ +plugin: shell +id: install/apt-get-gets-updates +requires: package.name == 'apt' +user: root +command: apt-get -d -y --force-yes dist-upgrade +_description: + Tests to see that apt can access repositories and get updates (does + not install updates). This is done to confirm that you could recover + from an incomplete or broken update. + |