]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: disable ZFS build
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 5 Jan 2017 19:27:37 +0000 (13:27 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/rules

index 5fbe78f3265ebae530882c3054304af7ac8a7b19..8ea7d357ff50f8cd4285cd1231984af54975fe2c 100755 (executable)
@@ -78,6 +78,9 @@ endif
 # Either tools package needs the common source preparation
 do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools)))
 
+# Temporarily disable ZFS during the early -rc releases.
+do_zfs=false
+
 # autopkgtest -- rebuild support
 #  only build the first flavour on the assumption it is representative
 ifeq ($(DEB_BUILD_PROFILE),autopkgtest)