diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-04-25 10:20:33 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-04-25 10:20:33 +0200 |
commit | 475ae5879f4b72a4c198cf451bf23086d6f6e0d9 (patch) | |
tree | 6f178ce4afa54f9b7dcd72069214642375ef482e /units/info | |
parent | b3f24fb38ac39af2a93399556f622db0216577a5 (diff) |
Import plainbox-provider-checkbox_0.44.0.orig.tar.gzupstream-0.44.0patched-0.44.0-1
Diffstat (limited to 'units/info')
-rw-r--r-- | units/info/jobs.pxu | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu index 2e21195..5d86eca 100644 --- a/units/info/jobs.pxu +++ b/units/info/jobs.pxu @@ -171,7 +171,7 @@ command: estimated_duration: 6.344 _summary: Attach detailed sysfs property output from udev requires: - model_assertion.model != "dragonboard" + cpuinfo.platform not in ("aarch64") id: udev_attachment plugin: attachment @@ -347,6 +347,8 @@ command: cat /etc/buildstamp elif [ -e /var/lib/snapd/seed/seed.yaml ]; then echo && date -r /var/lib/snapd/seed/seed.yaml -R + else + exit 1 fi plugin: shell |