Skip to content

Commit

Permalink
qa: use recent kernel for kernel_untar_build.sh
Browse files Browse the repository at this point in the history
Happier on oneiric!

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Mar 12, 2012
1 parent 9316439 commit 968d29d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qa/workunits/kernel_untar_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 968d29d

Please sign in to comment.