diff mbox

[ARTFUL] UBUNTU: [debian] use all rather than amd64 dkms debs for sync

Message ID 20170807141919.17190-1-colin.king@canonical.com
State New
Headers show

Commit Message

Colin Ian King Aug. 7, 2017, 2:19 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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>
---
 debian/scripts/misc/update-zfs.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Seth Forshee Aug. 7, 2017, 2:44 p.m. UTC | #1
On Mon, Aug 07, 2017 at 03:19:19PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>

Applied to all artful branches. Thanks!
diff mbox

Patch

diff --git a/debian/scripts/misc/update-zfs.sh b/debian/scripts/misc/update-zfs.sh
index b1a95cbfca41..be93503be611 100755
--- a/debian/scripts/misc/update-zfs.sh
+++ b/debian/scripts/misc/update-zfs.sh
@@ -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 {