aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-06-19 14:29:01 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-06-19 14:29:01 +0000
commita3f0f282d2f43d7f90d69968e9b25f1734b65371 (patch)
tree3d83134c991b39cd75d717c56b179c1c5917b687
parent2fe0a02adcd8a4df1b58748eb656f73f1f6dd1d7 (diff)
tcwg-llvmbot: Fix pip package name
Change-Id: I23e94f9567525cfcbb1726badc700d35554e06d6
-rw-r--r--bionic-arm64-tcwg-base/bionic-arm64-tcwg-llvmbot/Dockerfile4
-rw-r--r--bionic-armhf-tcwg-base/bionic-armhf-tcwg-llvmbot/Dockerfile4
-rw-r--r--tcwg-base/tcwg-llvmbot/Dockerfile.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/bionic-arm64-tcwg-base/bionic-arm64-tcwg-llvmbot/Dockerfile b/bionic-arm64-tcwg-base/bionic-arm64-tcwg-llvmbot/Dockerfile
index a44089bd..9d0a3395 100644
--- a/bionic-arm64-tcwg-base/bionic-arm64-tcwg-llvmbot/Dockerfile
+++ b/bionic-arm64-tcwg-base/bionic-arm64-tcwg-llvmbot/Dockerfile
@@ -33,7 +33,7 @@ RUN \
RUN \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python2 ./get-pip.py && \
- pip2 install buildbot==0.8.12
+ pip2 install buildbot-slave==0.8.12
VOLUME /home
@@ -42,4 +42,4 @@ COPY start.sh .
ENTRYPOINT ["/run.sh"]
CMD ["start.sh"]
-# checksum: ec7eda990e7ba4c26d823bef0e2ea244
+# checksum: 2d6b4caa4d3d08d657469b85c06d2c4c
diff --git a/bionic-armhf-tcwg-base/bionic-armhf-tcwg-llvmbot/Dockerfile b/bionic-armhf-tcwg-base/bionic-armhf-tcwg-llvmbot/Dockerfile
index d5f7ea4e..0a5f8a41 100644
--- a/bionic-armhf-tcwg-base/bionic-armhf-tcwg-llvmbot/Dockerfile
+++ b/bionic-armhf-tcwg-base/bionic-armhf-tcwg-llvmbot/Dockerfile
@@ -33,7 +33,7 @@ RUN \
RUN \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python2 ./get-pip.py && \
- pip2 install buildbot==0.8.12
+ pip2 install buildbot-slave==0.8.12
VOLUME /home
@@ -42,4 +42,4 @@ COPY start.sh .
ENTRYPOINT ["linux32", "/run.sh"]
CMD ["start.sh"]
-# checksum: 222da3426f216f14b9af7170ba54487a
+# checksum: 482b9718e96650c73069a485e8f99c91
diff --git a/tcwg-base/tcwg-llvmbot/Dockerfile.in b/tcwg-base/tcwg-llvmbot/Dockerfile.in
index 7ebe64a1..df6c18b9 100644
--- a/tcwg-base/tcwg-llvmbot/Dockerfile.in
+++ b/tcwg-base/tcwg-llvmbot/Dockerfile.in
@@ -36,7 +36,7 @@ RUN \
RUN \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python2 ./get-pip.py && \
- pip2 install buildbot==0.8.12
+ pip2 install buildbot-slave==0.8.12
VOLUME /home