aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2019-03-27 22:54:40 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2019-03-28 11:27:55 +0000
commit3083922e4b9c001b4e62732aaa884ce4e5497819 (patch)
tree8b10b137ef6ab38b14c99be21afa5658b25393a2 /leg-kolla
parent7a29db53c7a583242c71d1a40a8a926e35d9effa (diff)
leg-kolla: do not add ERP repos. Kolla is on Buster now
Change-Id: Ic3c599482f8ee70df48c928282c7d13d4bc7baf3
Diffstat (limited to 'leg-kolla')
-rw-r--r--leg-kolla/build.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/leg-kolla/build.sh b/leg-kolla/build.sh
index 87a26fbd..b1544c43 100644
--- a/leg-kolla/build.sh
+++ b/leg-kolla/build.sh
@@ -61,12 +61,6 @@ if [ -n ${kolla_ldc} ]; then
git clone --depth 1 https://git.linaro.org/leg/sdi/kolla/ldc-overlay.git Linaro-overlay
fi
-if [ ${kolla_branch} == "master" ]; then
- # enable ERP:staging repo
- echo "deb http://obs.linaro.org/ERP:/staging/Debian_9/ ./" >>kolla/docker/base/sources.list.debian
- sed -i -e "s+'https://bintray.com/user/downloadSubjectPublicKey?username=bintray',+'https://bintray.com/user/downloadSubjectPublicKey?username=bintray','http://obs.linaro.org/ERP:/staging/Debian_9/Release.key',+g" kolla/docker/base/Dockerfile.j2
-fi
-
# Apply extra patches to the kolla source code that haven't
# been merged into the stable/queens branch.
if [[ ! -z ${kolla_ldc} && ! -z ${kolla_ldc_extras} ]]; then