]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: [debian] use all rather than amd64 dkms debs for sync
authorColin Ian King <colin.king@canonical.com>
Mon, 7 Aug 2017 14:19:19 +0000 (15:19 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 5 Sep 2017 12:34:28 +0000 (07:34 -0500)
Use the all arch deb rather than amd64 for the zfs and spl
dkms deb sync

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/scripts/misc/update-zfs.sh

index b1a95cbfca41b01126f267d361ee71fb2cc9bc69..be93503be6117d6d3c5ed7fb1a35ee8c0b55ca86 100755 (executable)
@@ -3,13 +3,13 @@
 # Update spl/zfs from the Ubuntu archive. You will have to manually check
 # to see if the version has been updated.
 #
-SPL_MAJOR_VER=${_SPL_MAJOR_VER:-0.6.5.4}
+SPL_MAJOR_VER=${_SPL_MAJOR_VER:-0.6.5.11}
 SPL_MINOR_VER=${_SPL_MINOR_VER:-0ubuntu1}
-SPL_DKMS=${_SPL_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/s/spl-linux/spl-dkms_${SPL_MAJOR_VER}-${SPL_MINOR_VER}_amd64.deb}
+SPL_DKMS=${_SPL_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/s/spl-linux/spl-dkms_${SPL_MAJOR_VER}-${SPL_MINOR_VER}_all.deb}
 
-ZFS_MAJOR_VER=${_ZFS_MAJOR_VER:-0.6.5.4}
+ZFS_MAJOR_VER=${_ZFS_MAJOR_VER:-0.6.5.11}
 ZFS_MINOR_VER=${_ZFS_MINOR_VER:-0ubuntu1}
-ZFS_DKMS=${_ZFS_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/z/zfs-linux/zfs-dkms_${ZFS_MAJOR_VER}-${ZFS_MINOR_VER}_amd64.deb}
+ZFS_DKMS=${_ZFS_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/z/zfs-linux/zfs-dkms_${ZFS_MAJOR_VER}-${ZFS_MINOR_VER}_all.deb}
 
 function update_from_archive {