summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-05-06 17:46:18 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-05-06 17:46:18 +0300
commit5ed50882307344489c6f2568a6778ec92fda6afe (patch)
tree22c72a73594fa073b360c2213cc518c99780a8c7 /node
parent777889763b8b50a413cab2d2fed61818d67008cd (diff)
Update debootstrap for Raring (comes from Tools PPA)
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-precise-node3
1 files changed, 1 insertions, 2 deletions
diff --git a/node/setup-precise-node b/node/setup-precise-node
index fccb12d..da27473 100755
--- a/node/setup-precise-node
+++ b/node/setup-precise-node
@@ -13,7 +13,6 @@ echo 'Acquire::http::Proxy "http://ci.linaro.org:3128";' > /etc/apt/apt.conf.d/c
apt-get-retry --non-fatal update
apt-get-retry install -y python-software-properties
-add-apt-repository 'deb http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe'
add-apt-repository 'deb http://ppa.launchpad.net/linaro-maintainers/tools/ubuntu precise main'
add-apt-repository 'deb http://ppa.launchpad.net/jcrigby/quantal-backport/ubuntu precise main'
apt-get-retry --non-fatal update
@@ -22,7 +21,6 @@ export DEBIAN_FRONTEND=noninteractive
# Install packages
# ia32-libs is required to be able to run 32 bit gcc4.7 on 64 bit OS
-apt-get-retry install -y --target-release precise-backports debootstrap
apt-get-retry install -y \
autoconf \
autogen \
@@ -32,6 +30,7 @@ apt-get-retry install -y \
chrpath \
cvs \
debhelper \
+ debootstrap \
default-jre \
desktop-file-utils \
device-tree-compiler \