Use apt-get to install python-minimal 30/62930/1 v0.4.1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 24 Jan 2020 06:54:13 +0000 (16:54 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 24 Jan 2020 06:54:14 +0000 (16:54 +1000)
commit9eca5443d48cde7a5f16e16cb16d89e3cd3ab66c
tree4f0b708e4f9ced6375e69794164771aac8d8dbd5
parentdc73f34a755f34a0650d893cc7e095a8a7d05ece
Use apt-get to install python-minimal

apt does not refresh the package mirrors for the jobs
run within the Jenkins, and fails to install python-minimal.

With apt issue is reproducable:
https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/builder-packer-merge-ubuntu-16.04-docker/74

With apt-get as a workaround resolves the packages with the mirrors sussessfully:
https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/builder-packer-merge-ubuntu-16.04-docker/73

Issue: RELENG-2548
Change-Id: I3436fa250bff5b90e2b4c390a97c0b989b52d7af
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
provision/install-python.sh
releasenotes/notes/use-apt-get-python-install-047586b8c69644b6.yaml [new file with mode: 0644]