]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: update to newer Linux tarball 6000/head
authorGreg Farnum <gfarnum@redhat.com>
Tue, 16 Jun 2015 15:13:41 +0000 (08:13 -0700)
committerNathan Cutler <ncutler@suse.cz>
Sun, 20 Sep 2015 17:56:38 +0000 (19:56 +0200)
This should make newer gcc releases happier in their default configuration.
kernel.org is now distributing tarballs as .xz files so we change to that
as well when decompressing (it is supported by Ubuntu Precise so we should
be all good).

Fixes: #11758
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 1ea3f47ab806d48ca7b045c2731d344eae3900e1)

Conflicts:
qa/workunits/kernel_untar_build.sh
            trivial resolution

qa/workunits/kernel_untar_build.sh

index 279335200e3a01969011f1a4a6ad566171d1b355..cdab906432e9566ae85eaa48acca211bc4f04a91 100755 (executable)
@@ -2,12 +2,11 @@
 
 set -e
 
-#wget -q http://ceph.newdream.net/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`