aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-05-17 14:15:43 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2020-09-25 10:02:04 +0100
commitb3533677aa6dd75cf984e3fbb41780e1fbe80889 (patch)
tree41921af3d5a3ec7b92e5bcbdd72ee8bead7944fc
parent784934298c2c8648eb1e4e22b3a4eb0cea1ade05 (diff)
sh-test-lib: add distro dip
Add support for the distro dip, using Openembedded/Yocto support with apt-get. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xautomated/lib/sh-test-lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/lib/sh-test-lib b/automated/lib/sh-test-lib
index b910354..86c458d 100755
--- a/automated/lib/sh-test-lib
+++ b/automated/lib/sh-test-lib
@@ -234,7 +234,7 @@ install_deps() {
info_msg "Installing ${pkgs}"
dist_name
case "${dist}" in
- debian|ubuntu)
+ debian|ubuntu|dip)
last_apt_time=/tmp/apt-get-updated.last
apt_cache_time=21600 # 6 hours
# Only run apt-get update if it hasn't been run in $apt_cache_time seconds