]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/kernel_untar_build.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / workunits / kernel_untar_build.sh
index 93fee1f5b3e1b0dd1491e85643baec4be13e2840..fbab4aaebc9982cd4a45830a4cd0f1139e449bc6 100755 (executable)
@@ -1,12 +1,12 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -e
 
-wget -q http://download.ceph.com/qa/linux-4.0.5.tar.xz
+wget -O linux.tar.gz http://download.ceph.com/qa/linux-4.17.tar.gz
 
 mkdir t
 cd t
-tar Jxvf ../linux*.xz
+tar xzf ../linux.tar.gz
 cd linux*
 make defconfig
 make -j`grep -c processor /proc/cpuinfo`