aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-13 11:53:11 +0300
committerLinaro Code Review <review@review.linaro.org>2015-10-13 08:57:57 +0000
commitf7993a8081fb892fab49b66c30a7e329a83080f6 (patch)
treeeb10cc00591d1be6ebb9d4aa8f3dec31c7c5dbce /infrastructure-patchwork-tools.yaml
parentf902e90c35153e5ba0933593e084bab4cf925c27 (diff)
Fix jobs using docker-utopic and apt-get
Ubuntu Utopic is EOL. The archive is moved to old-releases.ubuntu.com. Workaround the failures until Ubuntu Wily is released in 2 weeks and jobs are migrated. Change-Id: I859d3104cd8f5843be786d49f1fb5fc157b499ac Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'infrastructure-patchwork-tools.yaml')
-rw-r--r--infrastructure-patchwork-tools.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure-patchwork-tools.yaml b/infrastructure-patchwork-tools.yaml
index f6d379e52b..6d660503c3 100644
--- a/infrastructure-patchwork-tools.yaml
+++ b/infrastructure-patchwork-tools.yaml
@@ -42,6 +42,7 @@
#!/bin/bash
rm -rf $WORKSPACE/*
+ sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y python-dev python-virtualenv git python-flake8