Skip to content

Commit

Permalink
UBUNTU: [debian] use all rather than amd64 dkms debs for sync
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Seth Forshee committed Aug 8, 2017
1 parent 65b0a22 commit 0145da5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debian/scripts/misc/update-zfs.sh
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 0145da5

Please sign in to comment.