Skip to content

Commit

Permalink
Merge pull request #5119: kernel_untar_build fails on EL7
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
ldachary committed Jul 16, 2015
2 parents 924dc64 + 408880b commit 0aea9d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qa/workunits/kernel_untar_build.sh
Expand Up @@ -2,12 +2,11 @@

set -e

#wget -q http://ceph.com/qa/linux-2.6.33.tar.bz2
wget -q http://ceph.com/qa/linux-3.2.9.tar.bz2
wget -q http://ceph.com/qa/linux-4.0.5.tar.xz

mkdir t
cd t
tar jxvf ../linux*.bz2
tar Jxvf ../linux*.xz
cd linux*
make defconfig
make -j`grep -c processor /proc/cpuinfo`
Expand Down

0 comments on commit 0aea9d0

Please sign in to comment.