aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2021-02-02 09:17:02 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2021-02-02 12:04:21 +0000
commit21fff1d84f26b25b35da1868fd16bbe7aea04f21 (patch)
treef2d93f22e192d0086597ab3709dd9ec990be42d2
parent99a3b00978b12fa3a78bd682a6a84064a5ca7811 (diff)
sh-test-lib: add dip distro
dip is the Schneider Device Intelligence distro. 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 ca875fc..cbfeb79 100755
--- a/automated/lib/sh-test-lib
+++ b/automated/lib/sh-test-lib
@@ -253,7 +253,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