aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-12 12:07:38 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-10-12 10:14:07 +0000
commit8a1c95e89f41b287ef2fa7c9ac0923cbf0c7fb0f (patch)
treea305293e42797ab86714023d0f5079c21f802718
parent7bc56cfcdf544d829feb304f825c505175cdb5b3 (diff)
odp-*: utopic: the sources.list to old-releases
Ubuntu utopic is end of life and the sources got moved to old-releases.ubuntu.com Change-Id: I1ee8f1c0f0d67c721aa4aa71f228595ff1a7431c Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--odp-api-check.yaml1
-rw-r--r--odp-api-platform-check.yaml1
-rw-r--r--odp-api-style-check.yaml1
-rw-r--r--odp-coverity.yaml1
-rw-r--r--odp-publish-gitstats.yaml1
-rw-r--r--odp-publish.yaml1
-rw-r--r--odp-tool-check.yaml1
7 files changed, 7 insertions, 0 deletions
diff --git a/odp-api-check.yaml b/odp-api-check.yaml
index 0bbb010364..55d168d6ab 100644
--- a/odp-api-check.yaml
+++ b/odp-api-check.yaml
@@ -60,6 +60,7 @@
rm -rf check-odp
git clone --depth 1 git://git.linaro.org/lng/check-odp.git
+ 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 --no-install-recommends libssl-dev
diff --git a/odp-api-platform-check.yaml b/odp-api-platform-check.yaml
index 29c741d75f..f6fadce6e6 100644
--- a/odp-api-platform-check.yaml
+++ b/odp-api-platform-check.yaml
@@ -50,6 +50,7 @@
rm -rf check-odp
git clone --depth 1 git://git.linaro.org/lng/check-odp.git
+ 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-pycurl
sudo apt-get install -y --no-install-recommends libssl-dev
diff --git a/odp-api-style-check.yaml b/odp-api-style-check.yaml
index f81771341e..c8681db46f 100644
--- a/odp-api-style-check.yaml
+++ b/odp-api-style-check.yaml
@@ -52,6 +52,7 @@
set -ex
+ 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 --no-install-recommends codespell
diff --git a/odp-coverity.yaml b/odp-coverity.yaml
index b54a79e52b..aaae765a2d 100644
--- a/odp-coverity.yaml
+++ b/odp-coverity.yaml
@@ -56,6 +56,7 @@
rm -rf check-odp
git clone --depth 1 git://git.linaro.org/lng/check-odp.git
+ 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 --no-install-recommends libssl-dev
diff --git a/odp-publish-gitstats.yaml b/odp-publish-gitstats.yaml
index 49d164176e..9e6cae070d 100644
--- a/odp-publish-gitstats.yaml
+++ b/odp-publish-gitstats.yaml
@@ -49,6 +49,7 @@
rm -rf odp
+ 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 --no-install-recommends gitstats
diff --git a/odp-publish.yaml b/odp-publish.yaml
index 43fe097329..d1b34a3481 100644
--- a/odp-publish.yaml
+++ b/odp-publish.yaml
@@ -66,6 +66,7 @@
rm -rf check-odp
git clone --depth 1 git://git.linaro.org/lng/check-odp.git
+ 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 --no-install-recommends libssl-dev
diff --git a/odp-tool-check.yaml b/odp-tool-check.yaml
index df3480356e..7a75bab0df 100644
--- a/odp-tool-check.yaml
+++ b/odp-tool-check.yaml
@@ -49,6 +49,7 @@
rm -rf check-odp
git clone --depth 1 git://git.linaro.org/lng/check-odp.git
+ 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 --no-install-recommends libssl-dev