]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use recent kernel for kernel_untar_build.sh
authorSage Weil <sage.weil@dreamhost.com>
Mon, 12 Mar 2012 19:01:21 +0000 (12:01 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 12 Mar 2012 19:01:41 +0000 (12:01 -0700)
Happier on oneiric!

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
qa/workunits/kernel_untar_build.sh

index ef9e9831a6fd3d8530b085bea50fe06b935c6836..cf2c8cabbdd6ae5ae785f5965e52ba937cdb89b7 100755 (executable)
@@ -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`