aboutsummaryrefslogtreecommitdiff
path: root/lava/dispatcher/staging/stretch-amd64
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2018-07-24 15:27:33 +0530
committerSenthil Kumaran S <senthil.kumaran@linaro.org>2018-07-24 15:27:33 +0530
commit8f77b0ff1817aeef78a84a031c8688f8f25ff336 (patch)
treedd2a8bec5e3abc8864819af94100420ed7ddd3f2 /lava/dispatcher/staging/stretch-amd64
parent7b51b99a69b07dcb43333e2eff9aecfa1fe54d1a (diff)
lava-dispatcher: Fix typo in staging Dockerfile.
The Debian repository was pointed to production which is fixed to staging. Change-Id: Iaa6edcbc45ad8787175d9821b8dd4a358196407c
Diffstat (limited to 'lava/dispatcher/staging/stretch-amd64')
-rw-r--r--lava/dispatcher/staging/stretch-amd64/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lava/dispatcher/staging/stretch-amd64/Dockerfile b/lava/dispatcher/staging/stretch-amd64/Dockerfile
index 970218d2..f6a21d26 100644
--- a/lava/dispatcher/staging/stretch-amd64/Dockerfile
+++ b/lava/dispatcher/staging/stretch-amd64/Dockerfile
@@ -16,9 +16,9 @@ RUN echo 'locales locales/locales_to_be_generated multiselect C.UTF-8 UTF-8, en_
bridge-utils dfu-util img2simg emacs-nox vim gnupg2 sed expect grep wget \
openssh-server adb fastboot simg2img img2simg
-# Add LAVA stretch-backports production repo
-RUN wget -qO - http://images.validation.linaro.org/production-repo/production-repo.key.asc | apt-key add - && \
- echo "deb http://images.validation.linaro.org/production-repo stretch-backports main" >/etc/apt/sources.list.d/linaro.list
+# Add LAVA stretch-backports staging repo
+RUN wget -qO - http://images.validation.linaro.org/staging-repo/staging-repo.key.asc | apt-key add - && \
+ echo "deb http://images.validation.linaro.org/staging-repo stretch-backports main" >/etc/apt/sources.list.d/linaro.list
RUN echo 'locales locales/locales_to_be_generated multiselect C.UTF-8 UTF-8, en_US.UTF-8 UTF-8 ' | debconf-set-selections && \
echo 'locales locales/default_environment_locale select en_US.UTF-8' | debconf-set-selections && \