aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-01-16 14:26:08 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-01-16 14:26:18 +0000
commit5e7c812d8ce95c32eeef85dc00d18ee5c307aa99 (patch)
treeaebf2004be2509c338ac58c57e27f9a496d5c8a7
parentba662eb12f1ab8a9d4877bcb4875621d12cdb980 (diff)
Don't do dist-upgrade in the chroot'd image
-rwxr-xr-xin-chroot-stage1.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/in-chroot-stage1.sh b/in-chroot-stage1.sh
index c20b8dc..c4c3277 100755
--- a/in-chroot-stage1.sh
+++ b/in-chroot-stage1.sh
@@ -34,10 +34,6 @@ pip install -U unittest2
git clone --depth=1 https://git.openstack.org/stackforge/rally
pip install -r rally/requirements.txt
-apt-get -qq -y update
-apt-get -qq -y upgrade
-apt-get -qq -y dist-upgrade
-
set +e
pkill memcached
sleep 5