summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-03-12 12:01:21 -0700
committerSage Weil <sage.weil@dreamhost.com>2012-03-12 12:01:41 -0700
commit968d29d1380a88ffe08879e7d5f8076a228a6734 (patch)
treebd84f1845cf8f82eab8cefe93c3cb74828cfa47a /qa
parent93164393b386a51818004f95d3ac0f7973b1acca (diff)
downloadceph-968d29d1380a88ffe08879e7d5f8076a228a6734.tar.gz
qa: use recent kernel for kernel_untar_build.sh
Happier on oneiric! Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Diffstat (limited to 'qa')
-rwxr-xr-xqa/workunits/kernel_untar_build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/qa/workunits/kernel_untar_build.sh b/qa/workunits/kernel_untar_build.sh
index ef9e9831a6f..cf2c8cabbdd 100755
--- a/qa/workunits/kernel_untar_build.sh
+++ b/qa/workunits/kernel_untar_build.sh
@@ -2,10 +2,12 @@
set -e
-wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
+#wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
+wget -q http://ceph.newdream.net/qa/linux-3.2.9.tar.bz2
+
mkdir t
cd t
-tar jxvf ../linux*
+tar jxvf ../linux*.bz2
cd linux*
make defconfig
make -j`grep -c processor /proc/cpuinfo`