commit | dc891c7f8e72070abdf254a16428a65e3ef8ed67 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Wed Oct 24 12:08:43 2018 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Wed Oct 24 12:08:43 2018 +0000 |
tree | f7574b0d2d498b6a82e97c0f5a00e7db995a6c97 | |
parent | f6ea26dcf32e37e182c6ad61bdb33b4e887639fa [diff] | |
parent | 262b28c56615baecbf0128c5a864db2aa517cb00 [diff] |
Merge "Pass rng device into qemu instances"
diff --git a/common/ubuntu_cleanup.sh b/common/ubuntu_cleanup.sh index 13519ea..8f49d30 100644 --- a/common/ubuntu_cleanup.sh +++ b/common/ubuntu_cleanup.sh
@@ -1,5 +1,6 @@ #!/bin/bash -xe +apt-get -y remove --purge unattended-upgrades || true apt-get -y autoremove --purge apt-get -y clean